Bump trunk to 3.3 alpha 0.

This commit is contained in:
Georg Brandl 2011-02-20 10:37:07 +00:00
parent 4a9d447ac6
commit 3ebb6b3615
13 changed files with 39 additions and 30 deletions

View file

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