Hugo
|
b75210d824
|
Merge pull request #3572 from jdufresne/seek-constants
Replace .seek() magic numbers with io.SEEK_* constants
|
2019-02-27 23:30:27 +02:00 |
|
Jon Dufresne
|
a00fc33c04
|
Replace .seek() magic numbers with io.SEEK_* constants
A bit more readable.
https://docs.python.org/3/library/io.html#io.IOBase.seek
|
2019-01-12 18:22:07 -08:00 |
|
Jon Dufresne
|
a08bfa6e9f
|
Make ContainerIO.isatty() return a bool, not int
Better follows the interface of IOBase.isatty:
https://docs.python.org/3/library/io.html#io.IOBase.isatty
|
2019-01-12 16:48:05 -08:00 |
|
Andrew Murray
|
145589ef14
|
Ambiguous variable name 'l'
|
2018-07-02 19:21:44 +10:00 |
|
wiredfool
|
0bb3f4fee9
|
source layout reorg
|
2017-12-28 14:49:47 +00:00 |
|