diff options
author | Brian Curtin <brian@python.org> | 2011-06-13 21:10:32 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-06-13 21:10:32 (GMT) |
commit | a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134 (patch) | |
tree | 420fe483c679d2225cc8bd82eefaecf783999268 /Misc/NEWS | |
parent | d25aef55c8b0025dd2ee7de11b526f34ceed6b66 (diff) | |
parent | cdc751720ee7a13ac163da1eedf3a513386c98d4 (diff) | |
download | cpython-a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134.zip cpython-a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134.tar.gz cpython-a87d586fd6c4a5dfe4ea89fda288ae8eb66b0134.tar.bz2 |
branch merge?
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -25,6 +25,21 @@ Core and Builtins Library ------- +- Issue #9284: Allow inspect.findsource() to find the source of doctest + functions. + +- Issue #12009: Fixed regression in netrc file comment handling. + +- Issue #10694: zipfile now ignores garbage at the end of a zipfile. + +- Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA. + +- Issue #12168: SysLogHandler now allows NUL termination to be controlled using + a new 'append_nul' attribute on the handler. + +- Issue #11583: Speed up os.path.isdir on Windows by using GetFileAttributes + instead of os.stat. + - Named tuples now work correctly with vars(). - Issue #12085: Fix an attribute error in subprocess.Popen destructor if the |