Version bump to 3.5, step 2.

This commit is contained in:
Larry Hastings 2014-03-16 23:05:59 -07:00
parent d922dc4700
commit f5002bd6ac
11 changed files with 46 additions and 35 deletions

View file

@ -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