diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-26 17:22:08 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-26 17:22:08 (GMT) |
commit | 77353664e2fc0489bb18e2644d36b67ddea2ceef (patch) | |
tree | ce2cc7ff11331267e34c4cf748af25db0675b25e /Misc | |
parent | a577f1e0f15ca23e2916022009843b4c16ce5c96 (diff) | |
parent | 89d8cd943b25185e8d15b15636531ff84277bdab (diff) | |
download | cpython-77353664e2fc0489bb18e2644d36b67ddea2ceef.zip cpython-77353664e2fc0489bb18e2644d36b67ddea2ceef.tar.gz cpython-77353664e2fc0489bb18e2644d36b67ddea2ceef.tar.bz2 |
merge 3.3 (#19393)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ Library contextlib.suppress context managers, which also ensures they provide reasonable help() output on instances +- Issue #19393: Fix symtable.symtable function to not be confused when there are + functions or classes named "top". + - Issue #18685: Restore re performance to pre-PEP 393 levels. - Issue #19339: telnetlib module is now using time.monotonic() when available |