| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| pyparsing-3.2.5-py3-none-any.whl | 2025-09-21 | 113.9 kB | |
| pyparsing-3.2.5.tar.gz | 2025-09-21 | 1.1 MB | |
| pyparsing 3.2.5 source code.tar.gz | 2025-09-17 | 1.1 MB | |
| pyparsing 3.2.5 source code.zip | 2025-09-17 | 1.2 MB | |
| README.md | 2025-09-17 | 807 Bytes | |
| Totals: 5 Items | 3.5 MB | 0 | |
Barring any catastrophic bugs in this release, this will be the last release in the 3.2.x line. The next release, 3.3.0, will begin emitting DeprecationWarnings when the pre-PEP8 methods are used (see header notes in CHANGES file for more information, including available automation for converting any existing code using pyparsing using the old names).
- JINX! Well, 3.2.4 had a bug for
Wordexpressions that include a space character, if that expression was then copied, either directly with .copy() or by adding a results name, or including in another construct (likeDelimitedList) that makes a copy internally. Issue [#618], reported by mstinberg, among others - thanks, and sorry for the inconvenience.
Full Changelog: https://github.com/pyparsing/pyparsing/compare/3.2.4...3.2.5