Skip to content

Commit 944431d

Browse files
authored
Merge pull request #1267 from serixscorpio/pkg-name-norm-history
Add history section to package name normalization spec
2 parents 8726db1 + a195939 commit 944431d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/specifications/name-normalization.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ This means that the following names are all equivalent:
3737
* ``friendly_bard``
3838
* ``friendly--bard``
3939
* ``FrIeNdLy-._.-bArD`` (a _terrible_ way to write a name, but it is valid)
40+
41+
History
42+
=======
43+
44+
- `September 2015 <https://mail.python.org/pipermail/distutils-sig/2015-September/026899.html>`_: normalized name was originally specified in :pep:`503#normalized-names`.
45+
- `November 2015 <https://mail.python.org/pipermail/distutils-sig/2015-November/027868.html>`_: valid non-normalized name was originally specified in :pep:`508#names`.

0 commit comments

Comments
 (0)