Wikitextparser

Latest version: v0.55.13

Safety actively analyzes 625645 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 18

0.24.4

Not secure
-------
- Fixed a bug in ``Tag.parsed_contents``. (19)

0.24.3

Not secure
-------
- Fixed a rarely occurring bug in detecting parameters with names consisting only of whitespace or underscores.

0.24.2

Not secure
-------
- Fixed a bug in detecting parser functions containing parameters.

0.24.1

Not secure
-------
- Fixed a bug in detecting table header cells that start with +, -, or }. (17)

0.24.0

Not secure
-------
- Define deleter method for ``WikiText.string`` property and add ``Template.del_arg`` method. (14)
- Improve the ``lists`` method of ``Template`` and ``ParserFunction`` classes. (15)
- Fixed a bug in detection of multiline arguments. (13)
- Deprecated ``capital_links`` parameter of ``Template.normal_name``. Use
``capitalize`` instead (keyword-only argument).
- Deprecated the ``code`` parameter of ``Template.normal_name`` as a positional argument deprecate. It's now a keyword-only argument.

0.23.0

Not secure
-------
- Fixed a bug in ``Section`` objects that was causing them to return the properties of the whole page (15).
- Removed the deprecated attribute access methods.
The following deprecated methods accessible on ``Table`` and ``Tag`` objects, have been removed: ``.has``, ``.get``, ``.set`` .
Use ``.has_attr``, ``.get_attr``, ``.set_attr`` instead.
- Fixed a bug in ``set_attr`` method.
- Removed the deprecated ``Table.getdata`` method. Use ``Table.data`` instead.
- Removed the deprecated ``Table.getrdata(row_num)`` method. Use ``Table.data(row=row_num)`` instead.
- Removed the deprecated ``Table.getcdata(col_num)`` method. Use ``Table.data(col=col_num)`` instead.
- Removed the deprecated ``Table.table_attrs`` property. Use ``Table.attrs`` or other attribute-related methods instead.

Page 16 of 18

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.