New submission from David Stemmer :
Given two modules, I've seen the following kind of strange behavior with
list sorting on import and delete; a list that has been imported, sorted
and deleted remains sorted on a second import:
my_module.py:
some_list = ['b','a'
New submission from David Stemmer :
Given two modules, I've seen the following kind of strange behavior with
list sorting on import and delete; a list that has been imported, sorted
and deleted remains sorted on a second import:
my_module.py:
some_list = ['b','a'
Changes by David Stemmer :
Removed file: http://bugs.python.org/file13825/bugs.rar
___
Python tracker
<http://bugs.python.org/issue5891>
___
___
Python-bugs-list mailin
David Stemmer added the comment:
EDIT: delete this, duplicate post
--
___
Python tracker
<http://bugs.python.org/issue5891>
___
___
Python-bugs-list mailin