Message1811

Author cgroves
Recipients
Date 2007-08-07.05:06:14
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When the builtin function filter is applied to a subclass of list, tuple or str the returned object should also be of that type.

The lack of this feature caused some failures in test_builtin, so those have been commented out as explained in http://wiki.python.org/jython/JythonDeveloperGuide/VersionTransitionTestExclusions
History
Date User Action Args
2008-02-20 17:17:57adminlinkissue1768969 messages
2008-02-20 17:17:57admincreate