mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Bump version to 3.4.0 alpha 0.
This commit is contained in:
parent
c7d7136c69
commit
08a9012352
35 changed files with 908 additions and 1005 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue