diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-12-13 21:08:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-12-13 21:08:15 (GMT) |
commit | 7ced53cc636e6c6b63a8918b11f6f69fc64b0d33 (patch) | |
tree | 59691a25618c03e88724a813794dec2660479e1d /Misc | |
parent | 050ca6530d876b70ac60dca274280fe0911494dd (diff) | |
parent | 3cda0ed062892c46cbae43989ff59399e8042f58 (diff) | |
download | cpython-7ced53cc636e6c6b63a8918b11f6f69fc64b0d33.zip cpython-7ced53cc636e6c6b63a8918b11f6f69fc64b0d33.tar.gz cpython-7ced53cc636e6c6b63a8918b11f6f69fc64b0d33.tar.bz2 |
merge 3.4 (#23048)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: TBA Core and Builtins ----------------- +- Issue #23048: Fix jumping out of an infinite while loop in the pdb. + - Issue #20335: bytes constructor now raises TypeError when encoding or errors is specified with non-string argument. Based on patch by Renaud Blanch. |