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 martin_casado
Recipients
Date 2001-05-07.18:25:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
>>> import sys
>>> sys.version
'2.0c1 (#7, Jan 24 2001, 15:36:12) [C]'
>>> s = "123"
>>> s.replace("123","")
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
MemoryError
>>> os.uname()
('OSF1', 'xxx', 'V4.0', '1229', 'alpha')
>>> 


I haven't tried it with anything newer, perhaps this
bug
has already been posted and/or fixed, though I couldn't
find it in the buglist
History
Date User Action Args
2007-08-23 13:54:29adminlinkissue422088 messages
2007-08-23 13:54:29admincreate