File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def clock2():
6262 Similar to clock(), but return a tuple of user/system times."""
6363 return resource .getrusage (resource .RUSAGE_SELF )[:2 ]
6464
65+
6566else :
6667 # There is no distinction of user/system time under windows, so we just use
6768 # time.perff_counter() for everything...
Original file line number Diff line number Diff line change 103103 # List of things to be updated. Each entry is a triplet of args for
104104 # target_update()
105105 to_update = [
106- ('docs/man/ipython.1.gz' ,
107- ['docs/man/ipython.1' ],
108- 'cd docs/man && python -m gzip --best ipython.1' ),
109- ]
106+ (
107+ "docs/man/ipython.1.gz" ,
108+ ["docs/man/ipython.1" ],
109+ "cd docs/man && python -m gzip --best ipython.1" ,
110+ ),
111+ ]
110112
111113
112114 [ target_update (* t ) for t in to_update ]
You can’t perform that action at this time.
0 commit comments