http://code.activestate.com/recipes/286229-remove-control-character-m-from-opened-html-files/
http://blogger.pe.kr/170
>>> import curses.ascii
>>> ascii.ascii('^V^M')
'\r'
>>> string.replace( str, '\r', '' )
'Python' 카테고리의 다른 글
pidlockfile.py for windows (0) | 2016.12.19 |
---|---|
cygwin + ssh + rsync (0) | 2016.12.10 |
sqlalchemy (0) | 2016.11.28 |
pexpect.pxssh (0) | 2016.11.24 |
PEP8 (0) | 2016.11.24 |