0

While most PEPs have a created date, some do not, see PEP 249 for example. I'm curious about the history of the PEPs. Is there some resource that tracks the proposal, acceptance, and publication dates of such PEPs?

nsg
  • 10,510
  • 4
  • 21
  • 32

2 Answers2

0

Look at the Git commits history from that PEP.

FabienP
  • 3,018
  • 1
  • 20
  • 25
0

I found the answer (1999) by emailing Python's db-sig. In this case, 1999 is two years before the first git commit on the project.

nsg
  • 10,510
  • 4
  • 21
  • 32