This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients AlexWaygood, terry.reedy
Date 2021-10-12.15:51:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634053882.92.0.499435115108.issue45447@roundup.psfhosted.org>
In-reply-to
Content
It should be fairly easy to recognize x.pyi as a python file.  Just have to find the place.  Something like
  def f(i:int) -> int: ...
would have 'def' and 'int' highlighted.
History
Date User Action Args
2021-10-12 15:51:22terry.reedysetrecipients: + terry.reedy, AlexWaygood
2021-10-12 15:51:22terry.reedysetmessageid: <1634053882.92.0.499435115108.issue45447@roundup.psfhosted.org>
2021-10-12 15:51:22terry.reedylinkissue45447 messages
2021-10-12 15:51:22terry.reedycreate