We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parse_wheel_filename
1 parent 013f3b0 commit 306d0b8Copy full SHA for 306d0b8
docs/utils.rst
@@ -81,8 +81,10 @@ Reference
81
:class:`~packaging.version.Version`. The build number is ``()`` if
82
there is no build number in the wheel filename, otherwise a
83
two-item tuple of an integer for the leading digits and
84
- a string for the rest of the build number. The tags portion is an
85
- instance of :class:`~packaging.tags.Tag`.
+ a string for the rest of the build number. The tags portion is a
+ frozen set of :class:`~packaging.tags.Tag` instances (as the tag
86
+ string format allows multiple tags to be combined into a single
87
+ string).
88
89
:param str filename: The name of the wheel file.
90
:raises InvalidWheelFilename: If the filename in question
0 commit comments