[issue27648] Message of webbrowser.py something wrong.

2016-07-29 Thread 김태환
김태환 added the comment: I think you’re right. I also think that Korean message(final line) prints by chrome. (Another lines printed by my own codes, please don’t care) But I used webbrowser.open() code to outside of __main__. I will test my codes from other web browser (like Firefox) Thank

[issue27648] Message of webbrowser.py something wrong.

2016-07-29 Thread R. David Murray
R. David Murray added the comment: Since python isn't internationalized, or even set up for someone else to do it (other than getopt/optparse/argparse, and webbrowser doesn't use those outside of __main__), I don't see how that message could be coming from Python. Most likely the message is

[issue27648] Message of webbrowser.py something wrong.

2016-07-28 Thread 김태환
New submission from 김태환: I'm using Python 3.5.1+ and Ubuntu 16.04. When I open new tab to Chrome using 'webbrowser.open()'. Some message prints next to shell prompt like below. ``` asd 저장소가 생성되었습니다... 첫 위키 페이지를 만들기 위해 Save Page 버튼을 눌러주세요! ['asd'] (Shell prompt) $ 기존 브라우저 세션에 새 창을 생성했습니다. ```