summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-04-13 03:03:39 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-04-13 03:03:39 (GMT)
commit1a20c121ef3cfc53cf8ec754cbba8ef82933f175 (patch)
tree839431af17ea6486daafb228c022f8fb4d2e58cf /Misc/NEWS
parent2df393cc51034162d572c81a49b549247ef82c97 (diff)
downloadcpython-1a20c121ef3cfc53cf8ec754cbba8ef82933f175.zip
cpython-1a20c121ef3cfc53cf8ec754cbba8ef82933f175.tar.gz
cpython-1a20c121ef3cfc53cf8ec754cbba8ef82933f175.tar.bz2
Issue #11830: Remove unnecessary introspection code in the decimal module.
Forward ported changesets b4b1f557d563 and f4adc2926bf5 by Raymond Hettinger in branch '2.7'.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 620fae8..e16db92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,8 @@ Core and Builtins
Library
-------
+- Issue #11830: Remove unnecessary introspection code in the decimal module.
+
- Issue #11703 - urllib2.geturl() does not return correct url when the original
url contains #fragment.