Ammar Askar <am...@ammaraskar.com> added the comment:

Actually nevermind, disregard that, I was just testing it wrong. I think the 
simplest fix here is to add '#' to the list of characters here so we don't 
double insert newlines for comments: 
https://github.com/python/cpython/blob/b83d917fafd87e4130f9c7d5209ad2debc7219cd/Lib/tokenize.py#L659

And a test for round tripping a file ending with a comment but no newline will 
allow that particular branch to be tested.

I'll make a PR this week if no one else gets to it.

----------

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

Reply via email to