[issue28766] Remove the semicolon in source code

2016-11-22 Thread Yuwei Ba

Yuwei Ba added the comment:

Okay.

Thanks you two fellows!

--

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28766>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28766] Remove the semicolon in source code

2016-11-21 Thread Yuwei Ba

Yuwei Ba added the comment:

I know this is not a functional 'fix', though it's the fact that there should 
not be a semicolon. It can make user confusing. There might be another user who 
found this semicolon and create an issue again since there are still lots of 
Python27 codes running on tons of machines.

So if possible, I'll persist on this patch to be applied. Though it's not so 
urgent, it's a right thing. ;)

--
resolution: rejected -> not a bug
status: closed -> open

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28766>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue28766] Remove the semicolon in source code

2016-11-21 Thread Yuwei Ba

New submission from Yuwei Ba:

As we do not often use semicolons in Python world. I hope this historical semi 
would be cleaned in a future release.

Source: Lib/httplib.py:1117

--
components: Library (Lib)
files: mywork.patch
hgrepos: 361
keywords: patch
messages: 281378
nosy: ibigbug
priority: normal
severity: normal
status: open
title: Remove the semicolon in source code
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file45591/mywork.patch

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28766>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com