Bump to 3.7.0a0

This commit is contained in:
Ned Deily 2016-09-12 17:29:04 -04:00
parent 3c70a992be
commit 4829bc6619
15 changed files with 5163 additions and 5045 deletions

View file

@ -15,7 +15,7 @@ operating system::
>>> import os
>>> os.getcwd() # Return the current working directory
'C:\\Python36'
'C:\\Python37'
>>> os.chdir('/server/accesslogs') # Change current working directory
>>> os.system('mkdir today') # Run the command mkdir in the system shell
0