[Python-checkins] peps: PEP 101: Update which files still have copyright info.

larry.hastings python-checkins at python.org
Sun Jun 12 01:31:44 EDT 2016


https://hg.python.org/peps/rev/f4329cb38f7f
changeset:   6375:f4329cb38f7f
user:        Larry Hastings <larry at hastings.org>
date:        Sat Jun 11 22:31:41 2016 -0700
summary:
  PEP 101: Update which files still have copyright info.

files:
  pep-0101.txt |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/pep-0101.txt b/pep-0101.txt
--- a/pep-0101.txt
+++ b/pep-0101.txt
@@ -214,12 +214,12 @@
       ___ README
       ___ LICENSE (make sure to change on trunk and the branch)
       ___ Python/getcopyright.c
-      ___ Doc/README.txt (at the end)
       ___ Doc/copyright.rst
       ___ Doc/license.rst
-      ___ PC/python_nt.rc sets up the DLL version resource for Windows
+      ___ PC/python_ver_rc.h sets up the DLL version resource for Windows
           (displayed when you right-click on the DLL and select
-          Properties).
+          Properties).  This isn't a C include file, it's a Windows
+          "resource file" include file.
 
   ___ Check with the IE (if there is one <wink>) to be sure that
       Lib/idlelib/NEWS.txt has been similarly updated.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list