Opened 9 years ago
Closed 9 years ago
#6535 closed enhancement (fixed)
Python-2.7.10
Reported by: | Fernando de Oliveira | Owned by: | Fernando de Oliveira |
---|---|---|---|
Priority: | normal | Milestone: | 7.8 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tar.xz
MD5: c685ef0b8e9f27b5e3db5db12b268ac6
https://www.python.org/ftp/python/2.7.10/Python-2.7.10.tar.xz.asc
Notice that docs are in a new location:
https://docs.python.org/2.7/archives/python-2.7.10-docs-html.tar.bz2
https://hg.python.org/cpython/raw-file/15c95b7d81dc/Misc/NEWS
More than 300 lines:
+++++++++++ Python News +++++++++++ What's New in Python 2.7.10? ============================ *Release date: 2015-05-23* Library •------ • Issue #22931: Allow '[' and ']' in cookie values. What's New in Python 2.7.10 release candidate 1? ================================================ *Release date: 2015-05-10* Core and Builtins •---------------- • Issue #20274: When calling a _sqlite.Connection, it now complains if passed any keyword arguments. Previously it silently ignored them. • Issue #20274: Remove ignored and erroneous "kwargs" parameters from three METH_VARARGS methods on _sqlite.Connection. • Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. • Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis and fix by Guido Vranken. • Issue #23048: Fix jumping out of an infinite while loop in the pdb. Library ------- ...
Change History (2)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16027.