diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-04-23 15:04:55 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-04-23 15:04:55 (GMT) |
commit | ede86f5b7342a301c7b7f1e7fd947c6349e1cf9a (patch) | |
tree | caebcb157afe045de1132ce4aaa8c640d3cb2883 /Misc | |
parent | 54023156267f310ea2ab71c4c65957048e436459 (diff) | |
parent | 8894ef1783d7c27e4fcd5318458250406bd6a68c (diff) | |
download | cpython-ede86f5b7342a301c7b7f1e7fd947c6349e1cf9a.zip cpython-ede86f5b7342a301c7b7f1e7fd947c6349e1cf9a.tar.gz cpython-ede86f5b7342a301c7b7f1e7fd947c6349e1cf9a.tar.bz2 |
Merge from 3.4
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Library at the same time without losing the Popen.returncode value. - Issue #21127: Path objects can now be instantiated from str subclass - instances (such as numpy.str_). + instances (such as ``numpy.str_``). - Issue #15002: urllib.response object to use _TemporaryFileWrapper (and _TemporaryFileCloser) facility. Provides a better way to handle file |