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 da
Recipients Elena.Oat, da
Date 2018-04-26.18:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524766118.67.0.682650639539.issue33361@psf.upfronthosting.co.za>
In-reply-to
Content
Update: If I run your exact code it still breaks for me:

```
Got header: 'abc\n'
Skipping the header. 'def\n'
Line 2: 'ghi\n'
Line 3: 'abc\n'
Line 4: 'def\n'
Line 5: 'ghi\n'
```

I'm running Python 2.7.14 and 3.6.5 on OSX 10.13.4. Startup banners:

Python 2.7.14 (default, Feb  7 2018, 14:15:12) 
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin

Python 3.6.5 (default, Apr  2 2018, 14:03:12) 
[GCC 4.2.1 Compatible Apple LLVM 9.1.0 (clang-902.0.39.1)] on darwin
History
Date User Action Args
2018-04-26 18:08:38dasetrecipients: + da, Elena.Oat
2018-04-26 18:08:38dasetmessageid: <1524766118.67.0.682650639539.issue33361@psf.upfronthosting.co.za>
2018-04-26 18:08:38dalinkissue33361 messages
2018-04-26 18:08:38dacreate