[issue37456] FAQ says positional arguments aren't a thing

2019-07-01 Thread SoniEx2


SoniEx2  added the comment:

no thanks, I don't like signing CLAs.

--

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



[issue37456] FAQ says positional arguments aren't a thing

2019-06-30 Thread SoniEx2


New submission from SoniEx2 :

https://docs.python.org/3.8/faq/programming.html#what-does-the-slash-in-the-parameter-list-of-a-function-mean

"Note that as of this writing this is only documentational and no valid syntax 
in Python, although there is PEP 570, which proposes a syntax for position-only 
parameters in Python."

>From what I understand, they are now a thing. Perhaps it's time to take that 
>out?

--
assignee: docs@python
components: Documentation
messages: 346947
nosy: SoniEx2, docs@python
priority: normal
severity: normal
status: open
title: FAQ says positional arguments aren't a thing
versions: Python 3.8

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



[issue23354] Loading 2 GiLOC file which raises exception causes wrong traceback

2018-09-10 Thread SoniEx2


SoniEx2  added the comment:

test.py is the result of `"\n" * (2**31) + "assert False"`, written to a
file.

On Mon, Sep 10, 2018, 13:14 Benjamin Peterson 
wrote:

>
> Benjamin Peterson  added the comment:
>
> We would need to know what test.py was actually doing to fix this bug.
>
> --
> resolution:  -> works for me
> stage:  -> resolved
> status: open -> closed
>
> ___
> Python tracker 
> <https://bugs.python.org/issue23354>
> ___
>

--

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



[issue23354] Loading 2 GiLOC file which raises exception causes wrong traceback

2015-01-30 Thread SoniEx2

New submission from SoniEx2:

I loaded a file with 2 GiLOC followed by assert False and this was the 
error/traceback:

Traceback (most recent call last):
  File test.py, line -2147483647, in module
AssertionError

--
components: Interpreter Core
messages: 235079
nosy: SoniEx2
priority: normal
severity: normal
status: open
title: Loading 2 GiLOC file which raises exception causes wrong traceback
type: behavior
versions: Python 3.4

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