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

2009-04-30 Thread David Stemmer
New submission from David Stemmer dstem...@brandeis.edu: 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

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

2009-04-30 Thread David Stemmer
New submission from David Stemmer dstem...@brandeis.edu: 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

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

2009-04-30 Thread David Stemmer
Changes by David Stemmer dstem...@brandeis.edu: Removed file: http://bugs.python.org/file13825/bugs.rar ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5891

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

2009-04-30 Thread David Stemmer
David Stemmer dstem...@brandeis.edu added the comment: EDIT: delete this, duplicate post -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5891