[issue24899] Add an os.path <=> pathlib equivalence table in pathlib docs

2017-05-22 Thread Jamiel Almeida
Jamiel Almeida added the comment: I'm picking this up. -- nosy: +slashfoo versions: +Python 3.7 -Python 3.5, Python 3.6 ___ Python tracker <http://bugs.python.org/is

[issue23925] test_cmd_line failing on PYTHONSTARTUP

2015-04-13 Thread Jamiel Almeida
Jamiel Almeida added the comment: As pointed by ncoghlan, the test needs to (by definition) not use -E or -I, but PYTHONSTARTUP env var breaks the test, so the patch makes the env not have any pre-existing PYTHON* env vars. Ideally this should be another type of helper in script_helper, no

[issue23925] test_cmd_line failing on PYTHONSTARTUP

2015-04-12 Thread Jamiel Almeida
New submission from Jamiel Almeida: Running the test test_cmd_line with my current PYTHONSTARTUP set to the attached file breaks the test. $ ./python.exe -m test test_cmd_line Changing line 280 on Lib/test/test_cmd_line.py to include either -I or -E makes the error be different but still