diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-08-02 20:08:54 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-08-02 20:08:54 (GMT) |
commit | 45f799fe6e51f3217e0a56b39cfc61aba5aa0d11 (patch) | |
tree | c39af74894ec49e6d96a4ef36d06c3e1e056daba /Misc | |
parent | a1a54bcef87768d4ff07fa8e70e9d39739355930 (diff) | |
download | cpython-45f799fe6e51f3217e0a56b39cfc61aba5aa0d11.zip cpython-45f799fe6e51f3217e0a56b39cfc61aba5aa0d11.tar.gz cpython-45f799fe6e51f3217e0a56b39cfc61aba5aa0d11.tar.bz2 |
Issues #2715, #6621: Remove unused and undefined references to FSSpec
from binhex module. Thanks Vincent Legoll.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,8 @@ C-API Library ------- +- Issue #2715: Remove remnants of Carbon.File from binhex module. + - Issue #6595: The Decimal constructor now allows arbitrary Unicode decimal digits in input, as recommended by the standard. Previously it was restricted to accepting [0-9]. |