Skip to content
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

Message of webbrowser.py something wrong. #71835

Closed
maxtortime mannequin opened this issue Jul 29, 2016 · 3 comments
Closed

Message of webbrowser.py something wrong. #71835

maxtortime mannequin opened this issue Jul 29, 2016 · 3 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@maxtortime
Copy link
Mannequin

maxtortime mannequin commented Jul 29, 2016

BPO 27648
Nosy @bitdancer, @maxtortime

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2016-07-29.13:58:13.730>
created_at = <Date 2016-07-29.04:54:43.522>
labels = ['type-bug', 'library']
title = 'Message of webbrowser.py something wrong.'
updated_at = <Date 2016-07-29.14:27:49.365>
user = 'https://github.com/maxtortime'

bugs.python.org fields:

activity = <Date 2016-07-29.14:27:49.365>
actor = 'maxtortime'
assignee = 'none'
closed = True
closed_date = <Date 2016-07-29.13:58:13.730>
closer = 'r.david.murray'
components = ['Library (Lib)']
creation = <Date 2016-07-29.04:54:43.522>
creator = 'maxtortime'
dependencies = []
files = []
hgrepos = []
issue_num = 27648
keywords = []
message_count = 3.0
messages = ['271603', '271623', '271630']
nosy_count = 2.0
nosy_names = ['r.david.murray', 'maxtortime']
pr_nums = []
priority = 'normal'
resolution = 'third party'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue27648'
versions = ['Python 3.5']

@maxtortime
Copy link
Mannequin Author

maxtortime mannequin commented Jul 29, 2016

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) $ 기존 브라우저 세션에 새 창을 생성했습니다.

First three line is my program's message, please don't care about them.
Problem happened at final line.
'기존 브라우저 세션에 새 창을 생성했습니다.' means Program created new window to existing browser session.
I think that message is for webbrowser.py and it prints with shell prompt.
So, I was reading webbrowser.py simply but I cannot find where it prints message.

Thanks.

@maxtortime maxtortime mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jul 29, 2016
@bitdancer
Copy link
Member

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 coming from chrome itself. I'm going to close this as third party. If it turns out I'm wrong we can reopen.

@maxtortime
Copy link
Mannequin Author

maxtortime mannequin commented Jul 29, 2016

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 you for replying! 

On 2016년 7월 29일 (금) at 오후 10:58 "R. David Murray"

<
mailto:

wrote:

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 coming from chrome itself. I'm going to close this as third party. If it turns out I'm wrong we can reopen.

----------

nosy: +r.david.murray

resolution: -> third party

stage: -> resolved

status: open -> closed


Python tracker <
mailto:report@bugs.python.org

<
http://bugs.python.org/issue27648


@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant