mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
More version bumping to 3.6.
With the creation of the 3.5 branch earlier in the process, it is necessary to do some of the version bumps now rather than at final release time (for example, the equivalent of the 3.4->3.5 bumps in f2bf12fa22c1). (Some of those changes have already been made, for example in 30f5e7ec6afe.)
This commit is contained in:
parent
a8c22a0c32
commit
ffb40e5ec3
4 changed files with 17 additions and 17 deletions
|
@ -15,7 +15,7 @@ operating system::
|
|||
|
||||
>>> import os
|
||||
>>> os.getcwd() # Return the current working directory
|
||||
'C:\\Python35'
|
||||
'C:\\Python36'
|
||||
>>> 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