##// END OF EJS Templates
Backport PR #6911: don't use text mode in mkstemp...
Backport PR #6911: don't use text mode in mkstemp causes double-encoding of newlines, preventing newline arg from having desired effect, and resulting in CRCRLF line endings on Windows. closes #6599
Min RK -
r18806:f296212b
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / preprocessors
tests
__init__.py Loading ...
base.py Loading ...
coalescestreams.py Loading ...
convertfigures.py Loading ...
csshtmlheader.py Loading ...
extractoutput.py Loading ...
highlightmagics.py Loading ...
latex.py Loading ...
revealhelp.py Loading ...
svg2pdf.py Loading ...