[issue7643] What is a Unicode line break character?

2010-03-18 Thread Chris Carter
Chris Carter added the comment: unwatched -- ___ Python tracker <http://bugs.python.org/issue7643> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7800] Attributes of type list are static

2010-01-28 Thread Chris Carter
Chris Carter added the comment: Ha, fun with language features. Thanks for the detailed explanation. :) -- ___ Python tracker <http://bugs.python.org/issue7

[issue7800] Attributes of type list are static

2010-01-28 Thread Chris Carter
Chris Carter added the comment: Then I must ask, why did the string attribute behave differently? I added it to allow for that, and the behavior seems inconsistent. -- ___ Python tracker <http://bugs.python.org/issue7

[issue7643] What is a Unicode line break character?

2010-01-28 Thread Chris Carter
Chris Carter added the comment: My bad, wrong bug. -- ___ Python tracker <http://bugs.python.org/issue7643> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7643] What is a Unicode line break character?

2010-01-28 Thread Chris Carter
Chris Carter added the comment: Then I must ask, why did the string attribute behave differently? I added it to allow for that, and the behavior seems inconsistent. -- nosy: +Chris.Carter ___ Python tracker <http://bugs.python.org/issue7

[issue7800] Attributes of type list are static

2010-01-28 Thread Chris Carter
New submission from Chris Carter : The test case at the end of this message seems to indicate that the list is being initialized only once for all wrapper instances. I've tried to find anything about static members in Python and came up empty. I also found no relevant existing