[issue35694] missing modules on test suite

2019-01-08 Thread Jorge Ramos
New submission from Jorge Ramos : when running some tests where skipped due to missing modules: 0:02:52 [ 86/407] test_crypt test_crypt skipped -- No module named '_crypt' 0:02:55 [ 93/407] test_dbm_gnu test_dbm_gnu skipped -- No module named '_gdbm' 0:02:55 [ 94/407] test_dbm_ndbm -- test_dbm

[issue35694] missing modules on test suite

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: This is expected, the named modules or accelerators do not exist on Windows. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue35695] missing attributes

2019-01-08 Thread Jorge Ramos
New submission from Jorge Ramos : while running : 0:04:26 [136/407] test_fork1 test_fork1 skipped -- object has no attribute 'fork' 0:11:56 [384/407/1] test_wait4 -- test_wait3 skipped test_wait4 skipped -- object has no attribute 'fork' see attached file -- components: Tests, Win

[issue35695] missing attributes

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: This is expected; `os.fork` does not exist on Windows. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker _

[issue35694] missing modules on test suite

2019-01-08 Thread Jorge Ramos
Jorge Ramos added the comment: Got it (y) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue35695] missing attributes

2019-01-08 Thread Jorge Ramos
Jorge Ramos added the comment: Got it, maybe the warnings should be more explanatory, like this one: 0:06:17 [219/407/1] test_multiprocessing_fork test_multiprocessing_fork skipped -- fork is not available on Windows 0:06:17 [220/407/1] test_multiprocessing_forkserver -- test_multiprocessing_

[issue35693] test_httpservers fails

2019-01-08 Thread Zachary Ware
Zachary Ware added the comment: Try running `rt.bat -x64 -v test_httpservers`, which will run just that test in verbose mode. If that happens to pass, try `rt.bat -x64 -wW`, which will show the verbose output of a failed test and retry just the failed test at the end of the full run. -

[issue35693] test_httpservers fails

2019-01-08 Thread Jorge Ramos
Jorge Ramos added the comment: Got it, i'll get back with the results -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue35693] test_httpservers fails

2019-01-08 Thread Jorge Ramos
Jorge Ramos added the comment: The test failed, the results on attached file! -- Added file: https://bugs.python.org/file48037/failed.txt ___ Python tracker ___ __

[issue24780] difflib.ndiff produces unreadable output when input missing trailing newline

2019-01-08 Thread Chris Jerdonek
Chris Jerdonek added the comment: When I first created the issue, the title I chose was about unittest ("unittest assertEqual difference output foiled by newlines"), but someone else changed it for some reason. You're welcome to change it back to something more like the original. --

[issue35596] Fatal Python error: initfsencoding: unable to load the file system codec zipimport.ZipImportError: can't find module 'encodings'

2019-01-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > When was the last time we had a 3.x.y.z? I don't recall one. My apologies, it seems my memory has tricked me. I thought there was on in the 3.3 branch, but it was just that the third number was bumped again just a month ago after a bugfix release. -

[issue35677] Do not automount in stat() by default

2019-01-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I was going to merge PR 11455 as a bug fix and backport it to 3.7, and add a new "automount=False" optional parameter in a separate issue. -- ___ Python tracker _

<    1   2