merge 3.3

This commit is contained in:
Benjamin Peterson 2015-06-27 14:26:15 -05:00
commit acac1e0e3b
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Library
- Issue #23796: peek and read1 methods of BufferedReader now raise ValueError
if they called on a closed object. Patch by John Hergenroeder.
- Fix possible integer overflows in the pickle module.
- Issue #24521: Fix possible integer overflows in the pickle module.
- Issue #22931: Allow '[' and ']' in cookie values.