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 jackdied
Recipients LambertDW, duncf, jackdied
Date 2009-03-26.21:21:08
SpamBayes Score 0.0001968276
Marked as misclassified No
Message-id <1238102469.59.0.0987050705851.issue5028@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for a docbug.  The last item is always the physical line and not the
logical line.  Some other examples:

if True and \
   False: pass

if (True and
    False): pass
History
Date User Action Args
2009-03-26 21:21:09jackdiedsetrecipients: + jackdied, LambertDW, duncf
2009-03-26 21:21:09jackdiedsetmessageid: <1238102469.59.0.0987050705851.issue5028@psf.upfronthosting.co.za>
2009-03-26 21:21:08jackdiedlinkissue5028 messages
2009-03-26 21:21:08jackdiedcreate