STINNER Victor <vstin...@redhat.com> added the comment:

> Is this issue for only known marshal issue?

IMHO the order in which .pyc files are created on disk also matters. It changes 
the result of "os.listdir()": some application can rely on unsorted 
os.listdir(). sorted() seems simple and hardless compared to the benefit.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34033>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to