[issue29596] Unfinished sentence in howto/clinic.rst

2017-06-06 Thread G Young

Changes by G Young <gfyoun...@gmail.com>:


--
pull_requests: +2042

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



[issue29596] Unfinished sentence in howto/clinic.rst

2017-06-06 Thread G Young

Changes by G Young <gfyoun...@gmail.com>:


--
pull_requests: +2041

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



[issue29510] gitignore settings files for Eclipse IDE

2017-05-24 Thread G Young

Changes by G Young <gfyoun...@gmail.com>:


--
pull_requests: +1873

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



[issue29596] Unfinished sentense in howto/clinic.rst

2017-05-21 Thread G Young

Changes by G Young <gfyoun...@gmail.com>:


--
pull_requests: +1801

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



[issue30361] Docs example: converting mixed types to floating point

2017-05-21 Thread G Young

Changes by G Young <gfyoun...@gmail.com>:


--
pull_requests: +1797

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



[issue27663] Inconsistent CSV Writer Behaviour

2016-08-01 Thread G Young

G Young added the comment:

Second time around does the charm. I see the hidden "-" in the scientific 
notation is causing this. Thanks!

--

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



[issue27663] Inconsistent CSV Writer Behaviour

2016-08-01 Thread G Young

G Young added the comment:

That doesn't make sense to me. Can you explain how that is intended behaviour? 
I just changed from '-' to '?' in the lineterminator.

--

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



[issue27663] Inconsistent CSV Writer Behaviour

2016-08-01 Thread G Young

New submission from G Young:

When writing scientific notation to CSV with custom line-terminators, the 
behaviour is inconsistent depending on the line-terminator you use.

In the file provided, two different line-terminator result in one quoting the 
number as a string and the other not. IMO the second example is correct, but I 
don't understand why the behaviours should be any different.

--
components: IO
files: bug.py
messages: 271779
nosy: G Young
priority: normal
severity: normal
status: open
title: Inconsistent CSV Writer Behaviour
versions: Python 3.5
Added file: http://bugs.python.org/file43963/bug.py

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



[issue26573] Method Parameters can be Accepted as Keyword Arguments?

2016-03-19 Thread G Young

New submission from G Young:

This issue arose as we were making changes to the 'pandas' library. I am not 
sure if this is a bug or feature, but it definitely did not cross anyone's 
minds when discussing the PR at hand. I have attached a code sample to 
illustrate the "bug" that I have run successfully on Python 2.7 and Python 3.4.

--
components: Interpreter Core
files: bug.py
messages: 261862
nosy: G Young
priority: normal
severity: normal
status: open
title: Method Parameters can be Accepted as Keyword Arguments?
type: behavior
versions: Python 2.7, Python 3.4
Added file: http://bugs.python.org/file42178/bug.py

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



[issue26573] Method Parameters can be Accepted as Keyword Arguments?

2016-03-19 Thread G Young

G Young added the comment:

Google indicates that this is indeed a feature of the language. Sorry about 
that! I guess that was a miscommunication on the PR-end.

--
status: open -> closed

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