This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author peerjanssen
Recipients
Date 2004-10-22.08:58:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=896722

Ok, I missed something:

>>> x=['a']
>>> print x.append('b')
None
>>> print x
['a', 'b']

So this is not a bug.
History
Date User Action Args
2007-08-23 14:26:57adminlinkissue1052036 messages
2007-08-23 14:26:57admincreate