3. リリースが近づいてまいりました
3.3.0 alpha 1: March 3, 2012
3.3.0 alpha 2: March 31, 2012
3.3.0 alpha 3: April 28, 2012
3.3.0 alpha 4: May 26, 2012
3.3.0 beta 1: June 23, 2012
(No new features beyond this point.)
3.3.0 beta 2: July 14, 2012
3.3.0 candidate 1: July 28, 2012
3.3.0 candidate 2: August 11, 2012
3.3.0 final: August 18, 2012
4. リリースが近づいてまいりました
3.3.0 alpha 1: March 3, 2012
3.3.0 alpha 2: March 31, 2012
3.3.0 alpha 3: April 28, 2012
3.3.0 alpha 4: May 26, 2012
3.3.0 beta 1: June 23, 2012
(No new features beyond this point.)
3.3.0 beta 2: July 14, 2012
3.3.0 candidate 1: July 28, 2012
3.3.0 candidate 2: August 11, 2012
3.3.0 final: August 18, 2012
5. リリースが近づいてまいりました
3.3.0 alpha 1: March 3, 2012
3.3.0 alpha 2: March 31, 2012
3.3.0 alpha 3: April 28, 2012
3.3.0 alpha 4: May 26, 2012
3.3.0 beta 1: June 23, 2012
(No new features beyond this point.)
3.3.0 beta 2: July 14, 2012
3.3.0 candidate 1: July 28, 2012
3.3.0 candidate 2: August 11, 2012
3.3.0 final: August 18, 2012
52. まだ控えている PEP があります
PEP 362: Function Signature Object
PEP 395: Module Aliasing
PEP 397: Python launcher for Windows
PEP 402: Simplified Package Layout (likely a new PEP derived from it)
PEP 405: Python Virtual Environments
PEP 412: Key-Sharing Dictionary
PEP 3143: Standard daemon process library
PEP 3144: IP Address manipulation library
Other planned large-scale changes:
Addition of the "mock" library
Addition of the C decimal implementation
Addition of the "regex" module
Email version 6
Implementing __import__ using importlib
A standard event-loop interface (PEP by Jim Fulton pending)
Breaking out standard library and docs in separate repos?
53. PEP 3143: Standard
daemon process library
import daemon
from spam import do_main_program
with daemon.DaemonContext():
do_main_program()
54. PEP 405: Python
Virtual Environments
python3 -m venv /wozozo