mirror of
https://github.com/python/cpython.git
synced 2025-08-24 10:45:53 +00:00
merge 3.3
This commit is contained in:
commit
29e02a2be8
10 changed files with 17 additions and 21 deletions
|
@ -2551,8 +2551,8 @@ def cli():
|
|||
if opt == '-w':
|
||||
writing = True
|
||||
|
||||
if start_server == True:
|
||||
if port == None:
|
||||
if start_server:
|
||||
if port is None:
|
||||
port = 0
|
||||
browse(port, open_browser=open_browser)
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue