commit | 97f005d137b59887e64fed801197aae1b3597083 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Dec 03 16:46:14 2008 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Dec 03 16:46:14 2008 +0000 |
tree | 4859c2940d554db1c2085b996ba6ba0260dca79a | |
parent | 815427c481fbef0f9110f4e3d3e4c2d9eebd64cd [diff] [blame] |
Prep for Python 3.1!
diff --git a/Doc/tutorial/stdlib.rst b/Doc/tutorial/stdlib.rst index 9bc0890..3b1f1fc 100644 --- a/Doc/tutorial/stdlib.rst +++ b/Doc/tutorial/stdlib.rst
@@ -17,7 +17,7 @@ >>> 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