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 bru
Recipients alexis, bru, dstufft, eric.araujo, lambertv, mschatte, terry.reedy
Date 2014-12-09.08:59:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418115582.83.0.591245827506.issue1703178@psf.upfronthosting.co.za>
In-reply-to
Content
There's a small typo in the comments:

+        # make sure cmd.link_objects is turned into a list
+        # is it's a string

Should be:

+        # make sure cmd.link_objects is turned into a list
+        # if it's a string
History
Date User Action Args
2014-12-09 08:59:42brusetrecipients: + bru, terry.reedy, mschatte, eric.araujo, alexis, dstufft, lambertv
2014-12-09 08:59:42brusetmessageid: <1418115582.83.0.591245827506.issue1703178@psf.upfronthosting.co.za>
2014-12-09 08:59:42brulinkissue1703178 messages
2014-12-09 08:59:42brucreate