[issue40086] test_etree is skipped in test_typing due to cElementTree removal

2020-03-27 Thread Furkan Önder

Change by Furkan Önder :


--
keywords: +patch
nosy: +furkanonder
nosy_count: 2.0 -> 3.0
pull_requests: +18549
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/19189

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



[issue40067] Improve error messages for multiple star expressions in assignment

2020-03-25 Thread Furkan Önder

Change by Furkan Önder :


--
keywords: +patch
pull_requests: +18527
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/19168

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



[issue40067] Improve error messages for multiple star expressions in assignment

2020-03-25 Thread Furkan Önder

New submission from Furkan Önder :

Hello everyone,

>>> a,*b,*c,*d = range(4)
  File "", line 1
SyntaxError: two starred expressions in assignment
>>> 

>>> a,*b,*c,*d,*e = range(5)
  File "", line 1
SyntaxError: two starred expressions in assignment
>>> 

I think this error message is incomplete. It states that there are two starred 
assignments but there are more. It might be better if we change it to something 
less vague like "SyntaxError: more than one starred expressions in assignment."

--
components: Interpreter Core
messages: 365023
nosy: BTaskaya, furkanonder
priority: normal
severity: normal
status: open
title: Improve error messages for multiple star expressions in assignment
type: enhancement
versions: Python 3.9

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



[issue21760] inspect documentation describes module type inaccurately

2020-03-22 Thread Furkan Önder

Furkan Önder  added the comment:

I sent a PR to fix a __file__ description.
https://github.com/python/cpython/pull/19097

--

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



[issue21760] inspect documentation describes module type inaccurately

2020-03-20 Thread Furkan Önder

Change by Furkan Önder :


--
keywords: +patch
nosy: +furkanonder
nosy_count: 3.0 -> 4.0
pull_requests: +18457
stage: needs patch -> patch review
pull_request: https://github.com/python/cpython/pull/19097

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



[issue20459] No Argument Clinic documentation on how to specify a return converter

2020-03-20 Thread Furkan Önder

Furkan Önder  added the comment:

I couldn't understand your problem.Can you explain more?

--
nosy: +furkanonder

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



[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-18 Thread Furkan Önder

Furkan Önder  added the comment:

Hello Samy,
I sent you pr from the docs-dict-ordered branch in your cpython repository. Now 
both of us have merged pr. I closed my own pr. You can also close your pr and 
send these changes again as bpo-39879.

It's my pr,https://github.com/AkechiShiro/cpython/pull/1

--

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



[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-16 Thread Furkan Önder

Furkan Önder  added the comment:

I sent pr. All tests passed successfully. If accepted, this will be my first 
contribution :)
https://github.com/python/cpython/pull/19027

--

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



[issue39879] Update language reference to specify that dict is insertion-ordered.

2020-03-16 Thread Furkan Önder

Change by Furkan Önder :


--
nosy: +furkanonder
nosy_count: 4.0 -> 5.0
pull_requests: +18375
pull_request: https://github.com/python/cpython/pull/19027

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