mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Prep for Python 3.1!
This commit is contained in:
parent
815427c481
commit
97f005d137
12 changed files with 1444 additions and 1432 deletions
|
|
@ -17,7 +17,7 @@ operating system::
|
|||
>>> os.system('time 0:02')
|
||||
0
|
||||
>>> os.getcwd() # Return the current working directory
|
||||
'C:\\Python30'
|
||||
'C:\\Python31'
|
||||
>>> os.chdir('/server/accesslogs')
|
||||
|
||||
Be sure to use the ``import os`` style instead of ``from os import *``. This
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue