Karthikeyan Singaravelan <tir.kar...@gmail.com> added the comment:

If I understand the patch correctly this is is the behavior of the patch

./python.exe -m unittest test#test_keyword
.......
----------------------------------------------------------------------
Ran 7 tests in 0.001s

OK

Do you have a good use case over why # also needs to be supported? Using "." 
feels more readable and its more intuitive given import statements use it and 
almost used throughout the language. I am also not sure how "#" will behave in 
different shell environments since its a common character used as to denote 
comments.

----------
nosy: +xtreak
versions:  -Python 3.5, Python 3.6, Python 3.7, Python 3.8

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

Reply via email to