STINNER Victor <[email protected]> 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 <[email protected]>
<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