diff options
| author | Christian Heimes <christian@cheimes.de> | 2012-12-02 06:56:42 (GMT) |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2012-12-02 06:56:42 (GMT) |
| commit | 5f7e8dab11cab6a19a454ee7d3567e5f61a4e43c (patch) | |
| tree | 841cde0e17b543c492043708b2aae1bbc98afbd3 /Misc/NEWS | |
| parent | 17ad40e46e2bae1ae12ddbf563f6a95e72d304af (diff) | |
| download | cpython-5f7e8dab11cab6a19a454ee7d3567e5f61a4e43c.zip cpython-5f7e8dab11cab6a19a454ee7d3567e5f61a4e43c.tar.gz cpython-5f7e8dab11cab6a19a454ee7d3567e5f61a4e43c.tar.bz2 | |
Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation failure
Diffstat (limited to 'Misc/NEWS')
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16592: stringlib_bytes_join doesn't raise MemoryError on allocation + failure. + - Issue #16546: Fix: ast.YieldFrom argument is now mandatory. - Issue #16514: Fix regression causing a traceback when sys.path[0] is None |
