[issue5891] strange list.sort() behavior on import, del and inport again

2009-04-30 Thread David Stemmer
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'

[issue5892] strange list.sort() behavior on import, del and inport again

2009-04-30 Thread David Stemmer
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'

[issue5891] strange list.sort() behavior on import, del and inport again

2009-04-30 Thread David Stemmer
Changes by David Stemmer : Removed file: http://bugs.python.org/file13825/bugs.rar ___ Python tracker <http://bugs.python.org/issue5891> ___ ___ Python-bugs-list mailin

[issue5891] strange list.sort() behavior on import, del and inport again

2009-04-30 Thread David Stemmer
David Stemmer added the comment: EDIT: delete this, duplicate post -- ___ Python tracker <http://bugs.python.org/issue5891> ___ ___ Python-bugs-list mailin