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 flox
Recipients alexandre.vassalotti, danhs, flox, ngrilly, pythonmeister
Date 2009-12-03.19:23:03
SpamBayes Score 2.9455374e-09
Marked as misclassified No
Message-id <1259868185.49.0.744065840121.issue1398@psf.upfronthosting.co.za>
In-reply-to
Content
It seems fixed on trunk.
It is fixed on Python 3.1 and 3.2, too.


With Python 2.6 I see the error:
>>> ./python partial_bug.py
TypeError: can't pickle partial objects


Documentation for "trunk" and "py3k" is OK?
History
Date User Action Args
2009-12-03 19:23:05floxsetrecipients: + flox, ngrilly, alexandre.vassalotti, pythonmeister, danhs
2009-12-03 19:23:05floxsetmessageid: <1259868185.49.0.744065840121.issue1398@psf.upfronthosting.co.za>
2009-12-03 19:23:04floxlinkissue1398 messages
2009-12-03 19:23:03floxcreate