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

2009-04-30 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing li

[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 ___ ___ Python-bugs-list mailing list Unsubsc

[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 ___ ___ Python-bugs-list mailing list Uns

[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'] other_module.py: from my_mo