Skip to content

Google Code Issue 215: Properly detect seekable streams #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

gsnedders
Copy link
Member

This patch removes the hack that tests for sys.stdin to determine if the stream is seekable (it has tell() and seek() but it is not seekable), by actually calling tell() and seek().

/@jcarlosgarciasegovia

jcarlosgarciasegovia and others added 3 commits May 2, 2013 23:15
This patch removes the hack that tests for sys.stdin to determine if
the stream is seekable (it has tell() and seek() but it is not
seekable), by actually calling tell() and seek().
@gsnedders
Copy link
Member Author

e674941

@gsnedders gsnedders closed this May 7, 2013
@gsnedders gsnedders deleted the gcode-215 branch May 7, 2013 19:59
gsnedders pushed a commit to gsnedders/html5lib-python that referenced this pull request Nov 24, 2014
…eplacement

Fix html5lib#19: lone surrogates should not be replaced by U+FFFD; r=jgraham
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants