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 suryak
Recipients barry, kbandla, r.david.murray, suryak
Date 2014-03-03.15:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393859030.86.0.0193066925843.issue18139@psf.upfronthosting.co.za>
In-reply-to
Content
I've done the following changes:

1. create insert_header(): Which places header at the beginning.
For that I created set() method which actually takes an argument `pos` default to 0.

2. __setitem__() uses set() (new method) method while fixing `pos` to end.
3. _parse_values(), new method created to not duplicate the code in insert_header() and add_header() since both of them merely do same job.

Please let me know your opinions on it.
History
Date User Action Args
2014-03-03 15:03:50suryaksetrecipients: + suryak, barry, r.david.murray, kbandla
2014-03-03 15:03:50suryaksetmessageid: <1393859030.86.0.0193066925843.issue18139@psf.upfronthosting.co.za>
2014-03-03 15:03:50suryaklinkissue18139 messages
2014-03-03 15:03:50suryakcreate