Bump version to 3.4.0 alpha 0.

This commit is contained in:
Georg Brandl 2012-09-29 09:34:13 +02:00
parent c7d7136c69
commit 08a9012352
35 changed files with 908 additions and 1005 deletions

View file

@ -15,7 +15,7 @@ operating system::
>>> import os
>>> os.getcwd() # Return the current working directory
'C:\\Python33'
'C:\\Python34'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0