Message196185
| Author | scoder |
|---|---|
| Recipients | eli.bendersky, flox, jcea, jkloth, ncoghlan, python-dev, scoder |
| Date | 2013-08-26.07:47:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1377503236.57.0.722454117659.issue17741@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
BTW, I also like how short and clean iterparse() becomes when you move this feature into the parser. It's basically just a convenience function that does read(), feed(), and yield-from. Plus the usual bit of bolerplate code, obviously. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-08-26 07:47:16 | scoder | set | recipients: + scoder, jcea, ncoghlan, jkloth, eli.bendersky, flox, python-dev |
| 2013-08-26 07:47:16 | scoder | set | messageid: <1377503236.57.0.722454117659.issue17741@psf.upfronthosting.co.za> |
| 2013-08-26 07:47:16 | scoder | link | issue17741 messages |
| 2013-08-26 07:47:16 | scoder | create | |