mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Bump trunk to 3.3 alpha 0.
This commit is contained in:
parent
4a9d447ac6
commit
3ebb6b3615
13 changed files with 39 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue