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 Thomas Fenzl
Recipients Jason.Baker, Thomas Fenzl, sbt, ysj.ray
Date 2014-04-16.18:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397673530.54.0.535312710031.issue8690@psf.upfronthosting.co.za>
In-reply-to
Content
Considering public API elements, there are more inconsistencies. 
E.g. Pool:

'imap'
'apply'
'join'
'map_async'
'Process'
'terminate'
'close'
'starmap_async'
'starmap'
'apply_async'
'map'
'imap_unordered' : Pool misses some public elements.

What level of compatibility would users reasonably expect? Should the methods raise NotImplemented?
History
Date User Action Args
2014-04-16 18:38:50Thomas Fenzlsetrecipients: + Thomas Fenzl, ysj.ray, Jason.Baker, sbt
2014-04-16 18:38:50Thomas Fenzlsetmessageid: <1397673530.54.0.535312710031.issue8690@psf.upfronthosting.co.za>
2014-04-16 18:38:50Thomas Fenzllinkissue8690 messages
2014-04-16 18:38:49Thomas Fenzlcreate