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 thatiparthy
Recipients Aaron.Meurer, belopolsky, iritkatriel, p-ganssle, thatiparthy, xtreak, yselivanov
Date 2020-08-26.06:54:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1598424870.62.0.641546681517.issue32313@roundup.psfhosted.org>
In-reply-to
Content
Looks like for `getfile` docs should be updated. On python2.7.17_1, 

  import inspect, datetime
  print(inspect.getfile(datetime.datetime)) outputs, 

/usr/local/Cellar/python@2/2.7.17_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/datetime.so

It seems a long time overdue?
History
Date User Action Args
2020-08-26 06:54:30thatiparthysetrecipients: + thatiparthy, belopolsky, Aaron.Meurer, yselivanov, p-ganssle, xtreak, iritkatriel
2020-08-26 06:54:30thatiparthysetmessageid: <1598424870.62.0.641546681517.issue32313@roundup.psfhosted.org>
2020-08-26 06:54:30thatiparthylinkissue32313 messages
2020-08-26 06:54:30thatiparthycreate