I found a interesting issue when checking the Lib/datetime.py
implementation in python3
This patch is introduced by cf86e368ebd17e10f68306ebad314eea31daaa1e [0].
But if you
check the github page[0], or using git tag --contains, you will find v2.7.x
includes this commit too.
$ git tag --contains cf86e368ebd17e10f68306ebad314eea31daaa1e
3.2
v2.7.10
v2.7.10rc1
v2.7.11
v2.7.11rc1
...
whereas, if you check the v2.7.x code base, nothing is found
$ git log v2.7.4 -- Lib/datetime.py
<nothing …
[View More]here>
I guess it maybe a git tool bug, or the commit tree is messed up. Is there
any guys could explain this
situation?
[0]
https://github.com/python/cpython/commit/cf86e368ebd17e10f68306ebad314eea31…
--
Regards,
Jeffrey Zhang
Blog: http://xcodest.me
[View Less]
hi all,
I've been trying to figure out how to access the archives programmatically.
I'm sure this is easy once you know, but googling various things hasn't
worked. What I want to do is graph the number of messages about PEP 572 by
time. (or has someone already done that?)
I installed GNU Mailman, and downloaded the gzip'ed archives for a number
of months and unzipped them, and I suspect that there's some way to get
them all into a single database, but it hasn't jumped out at me. If I
count …
[View More]the "Message-ID" lines, the "Subject:" lines, and the "\nFrom " lines
in one of those text files, I get slightly different numbers for each.
Alternatively, they're maybe *already* in a database, and I just need API
access to do the querying? Can someone help me out?
Bob
[View Less]