mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Version bump to 3.5, step 2.
This commit is contained in:
parent
d922dc4700
commit
f5002bd6ac
11 changed files with 46 additions and 35 deletions
|
@ -15,7 +15,7 @@ operating system::
|
|||
|
||||
>>> import os
|
||||
>>> os.getcwd() # Return the current working directory
|
||||
'C:\\Python34'
|
||||
'C:\\Python35'
|
||||
>>> 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