Staging
v0.5.1
https://github.com/python/cpython
Revision c0b6cc8af1819f56b34a2e16e870bcc2f1cfd3f1 authored by Mark Dickinson on 04 May 2008, 02:07:53 UTC, committed by Mark Dickinson on 04 May 2008, 02:07:53 UTC
........
  r62684 | mark.dickinson | 2008-05-03 22:05:06 -0400 (Sat, 03 May 2008) | 9 lines

  Some very minor changes to decimal.py in Python 2.6, aimed
  at reducing the size of the diff between the 2.x decimal.py
  and 3.x decimal.py and thereby making future merges easier:

  - replace one instnace of an old-style raise statement
  - define __div__ in terms of __truediv__ instead of the
    other way around
  - make wording match on an exception message
........
1 parent 349a785
History
Tip revision: c0b6cc8af1819f56b34a2e16e870bcc2f1cfd3f1 authored by Mark Dickinson on 04 May 2008, 02:07:53 UTC
Blocked revisions 62684 via svnmerge
Tip revision: c0b6cc8
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 570 bytes
.hgtags -rw-r--r-- 2.7 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 37.6 KB
README -rw-r--r-- 7.3 KB
RELNOTES -rw-r--r-- 2.7 KB
configure -rwxr-xr-x 646.2 KB
configure.in -rw-r--r-- 97.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.7 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 70.3 KB

README

back to top