We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96dc1e commit 91b7149Copy full SHA for 91b7149
CHANGES.rst
@@ -1,3 +1,10 @@
1
+v4.12.0
2
+=======
3
+
4
+* py-93259: Now raise ``ValueError`` when ``None`` or an empty
5
+ string are passed to ``Distribution.from_name`` (and other
6
+ callers).
7
8
v4.11.4
9
=======
10
docs/conf.py
@@ -20,6 +20,10 @@
20
pattern=r'PEP[- ](?P<pep_number>\d+)',
21
url='https://peps.python.org/pep-{pep_number:0>4}/',
22
),
23
+ dict(
24
+ pattern=r'(Python #|py-)(?P<python>\d+)',
25
+ url='https://github.com/python/cpython/issues/{python}',
26
+ ),
27
],
28
)
29
}
0 commit comments