summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/2.7.6.rst
blob: 51ab9bcb9bebfdd7fef06d9cf936977bc5e0b2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.. bpo: 19435
.. date: 9186
.. nonce: kXqMz3
.. release date: 2013-11-10
.. section: Library

Fix directory traversal attack on CGIHttpRequestHandler.

..

.. bpo: 19426
.. date: 9185
.. nonce: PwatP7
.. section: IDLE

Fixed the opening of Python source file with specified encoding.

..

.. bpo: 19457
.. date: 9184
.. nonce: HGwEFx
.. section: Tests

Fixed xmlcharrefreplace tests on wide build when tests are loaded from
.py[co] files.

..

.. bpo: 15663
.. date: 9183
.. nonce: p-vVTG
.. section: Build

Revert OS X installer built-in Tcl/Tk support for 2.7.6. Some third-party
projects, such as Matplotlib and PIL/Pillow, depended on being able to build
with Tcl and Tk frameworks in /Library/Frameworks.