Skip to content

Commit

Permalink
Remove an outdated entry in the known issues documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
RKrahl committed Aug 29, 2024
1 parent 5ed6692 commit e9a545f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions doc/src/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ Known issues, bugs and limitations
configuration variables and thus command line arguments are
effective then those shown by the generic help message.

+ The return value of the `formal string representation operator`__ of
:class:`icat.query.Query` can not be used to recreate another query
object with the same value as required by Python standards, see
`Issue #94`_ for details.

+ The entries in the no_proxy configuration variable are matched
against the host part of the URL by simple string comparison. The
host is excluded from proxy use if its name ends with any item in
Expand All @@ -34,6 +29,4 @@ Known issues, bugs and limitations
the implementation of the underlying Python library.


.. __: https://docs.python.org/3/reference/datamodel.html#object.__repr__
.. _Issue #72: https://github.com/icatproject/python-icat/issues/72
.. _Issue #94: https://github.com/icatproject/python-icat/issues/94

0 comments on commit e9a545f

Please sign in to comment.