mirror of https://github.com/python/cpython
Fix misplaced items and incorrect title.
This commit is contained in:
parent
fc53153498
commit
ab5ce720e2
22
Misc/NEWS
22
Misc/NEWS
|
@ -4,8 +4,8 @@ Python News
|
||||||
|
|
||||||
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
||||||
|
|
||||||
What's New in Python beta 2?
|
What's New in Python 2.7 beta 2?
|
||||||
============================
|
================================
|
||||||
|
|
||||||
*Release date: XXXX-XX-XX*
|
*Release date: XXXX-XX-XX*
|
||||||
|
|
||||||
|
@ -15,6 +15,9 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
- Issue #8374: Update the internal alias table in the :mod:`locale` module
|
||||||
|
to cover recent locale changes and additions.
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 2.7 beta 1?
|
What's New in Python 2.7 beta 1?
|
||||||
================================
|
================================
|
||||||
|
@ -70,15 +73,6 @@ Core and Builtins
|
||||||
Library
|
Library
|
||||||
-------
|
-------
|
||||||
|
|
||||||
- Issue #8374: Update the internal alias table in the :mod:`locale` module
|
|
||||||
to cover recent locale changes and additions.
|
|
||||||
|
|
||||||
- Issue #8348: Fix test ftp url in test_urllib2net.
|
|
||||||
|
|
||||||
- Issue #8204: Fix test_ttk notebook test by forcing focus.
|
|
||||||
|
|
||||||
- Issue #8344: Fix test_ttk bug on FreeBSD.
|
|
||||||
|
|
||||||
- Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
|
- Issue #8321: Give access to OpenSSL version numbers from the `ssl` module,
|
||||||
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
|
using the new attributes `ssl.OPENSSL_VERSION`, `ssl.OPENSSL_VERSION_INFO`
|
||||||
and `ssl.OPENSSL_VERSION_NUMBER`.
|
and `ssl.OPENSSL_VERSION_NUMBER`.
|
||||||
|
@ -282,6 +276,12 @@ C-API
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #8348: Fix test ftp url in test_urllib2net.
|
||||||
|
|
||||||
|
- Issue #8204: Fix test_ttk notebook test by forcing focus.
|
||||||
|
|
||||||
|
- Issue #8344: Fix test_ttk bug on FreeBSD.
|
||||||
|
|
||||||
- Issue #8193: Fix test_zlib failure with zlib 1.2.4.
|
- Issue #8193: Fix test_zlib failure with zlib 1.2.4.
|
||||||
|
|
||||||
- Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
|
- Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi.
|
||||||
|
|
Loading…
Reference in New Issue