diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-04 23:53:52 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-04 23:53:52 (GMT) |
commit | 17b288cdabcbbc49392077f08a2e9e6284aab262 (patch) | |
tree | 7fcc375d6bb22a0c162414e7c94080dea226adea /Misc | |
parent | f6f3a3544783496301537bc5c946b58b0e5cbac8 (diff) | |
parent | cfbd630a27c7ef31f6883dd21dbc4ece4d7b8bc4 (diff) | |
download | cpython-17b288cdabcbbc49392077f08a2e9e6284aab262.zip cpython-17b288cdabcbbc49392077f08a2e9e6284aab262.tar.gz cpython-17b288cdabcbbc49392077f08a2e9e6284aab262.tar.bz2 |
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ Core and Builtins Library ------- +- Issue #8286: The distutils command sdist will print a warning message instead + of crashing when an invalid path is given in the manifest template. + - Issue #12878: Expose a __dict__ attribute on io.IOBase and its subclasses. - Issue #12636: IDLE reads the coding cookie when executing a Python script. |