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 vstinner
Recipients techtonik, vstinner
Date 2012-11-27.22:01:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354053663.31.0.389919955579.issue16566@psf.upfronthosting.co.za>
In-reply-to
Content
> An optional sequence that lists the names of unnamed (anonymous) fields

Yes, it must be a sequence.

> _anonymous_ = '_offset'

This is a string, not a sequence. Just use _anonymous_ = ['_offset'].
History
Date User Action Args
2012-11-27 22:01:03vstinnersetrecipients: + vstinner, techtonik
2012-11-27 22:01:03vstinnersetmessageid: <1354053663.31.0.389919955579.issue16566@psf.upfronthosting.co.za>
2012-11-27 22:01:03vstinnerlinkissue16566 messages
2012-11-27 22:01:03vstinnercreate