summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2012-12-15 22:36:49 +0100
committerStefan Krah <skrah@bytereef.org>2012-12-15 22:36:49 +0100
commit2ea0d0ff2f973d1fdee3d623a5d30a26ca23398e (patch)
tree1bb6c4440a8223e72ab33cd801458ca1cb3dd860 /Misc
parent9beb27168807f93193744006b563fb85dc4b6b0d (diff)
parent5764dc5a1d2b5a0e2655fc60f930125e3617da4e (diff)
downloadcpython-2ea0d0ff2f973d1fdee3d623a5d30a26ca23398e.tar.gz
Merge 3.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d52a9d8159..3135c33609 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,10 @@ Core and Builtins
Library
-------
+- Issue #15783: Except for the number methods, the C version of decimal now
+ supports all None default values present in decimal.py. These values were
+ largely undocumented.
+
- Issue #11175: argparse.FileType now accepts encoding and errors
arguments. Patch by Lucas Maystre.