-
-
-
-
Olaf
@omz, can you please let us know whether you plan on publishing a new version to TestFlight (or extend the validity of the current version) on time? Otherwise I'll need to fallback to the regular version from the AppStore
-
Olaf
@omz wow, 3 * 365 * 50 > 50,000 Pythonistas, that's quite a global tribe!
-
Olaf
@dgelessus thanks, mystery solved
This applies both inside and outside triple quotesIn long-press run doctest, the
cwd
differs differs fromimport doctest doctest.testmod()
-
Olaf
Great! Also the PEP8.
Although
run with args
clears the console now,doctest
still doesn't, although that's merely inconsistent, not an issue, now doctest flags its outcomes in the source file.Also,
doctest
fails mysteriously onwith open('test.txt', 'w') as f: pass
with
PermissionError: [Errno 1] Operation not permitted: 'test.txt'
-
Olaf
I'd say,
list
ofdict
with('class', 'View')
as one of its items and'frame'
as another key would be pretty telling. But it wouldn't provide 100% absolute dead-sure unmistakable certainty, I'm afraid, so don't use this if trying to control a nuclear reactor or pacemaker -
Olaf
Both in Pythonista2 and Pythonista3 (latest betas) a long press to run (i.e. with args in 2; either with args or doctest in 3) does not clear the console if clear output before running is set in settings. I don't know whether this is by design, but (especially with verbose option; great option BTW) the doctest output tends to get longish, so this behaviour may lead to confusing output
-