mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
release date
This commit is contained in:
parent
4c8fa42aca
commit
ff347cadc4
2 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
What's New in IDLE 1.1a2?
|
What's New in IDLE 1.1a2?
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
*Release date: XX-JUL-2004*
|
*Release date: 05-AUG-2004*
|
||||||
|
|
||||||
- checking sys.platform for substring 'win' was breaking IDLE docs on Mac
|
- checking sys.platform for substring 'win' was breaking IDLE docs on Mac
|
||||||
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
|
(darwin). Also, Mac Safari browser requires full file:// URIs. SF 900580.
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Python News
|
||||||
What's New in Python 2.4 alpha 2?
|
What's New in Python 2.4 alpha 2?
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
*Release date: XX-XXX-2004*
|
*Release date: 05-AUG-2004*
|
||||||
|
|
||||||
Core and builtins
|
Core and builtins
|
||||||
-----------------
|
-----------------
|
||||||
|
|
@ -16,7 +16,7 @@ Core and builtins
|
||||||
implemented using the Java-style @decorator syntax, like so:
|
implemented using the Java-style @decorator syntax, like so:
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def foo(bar):
|
def foo(bar):
|
||||||
(The PEP needs to be updated to reflect this XXX before 2.4a2)
|
(The PEP needs to be updated to reflect the current state)
|
||||||
|
|
||||||
- When importing a module M raises an exception, Python no longer leaves M
|
- When importing a module M raises an exception, Python no longer leaves M
|
||||||
in sys.modules. Before 2.4a2 it did, and a subsequent import of M would
|
in sys.modules. Before 2.4a2 it did, and a subsequent import of M would
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue