view website/www/contents.txt @ 5851:167ef847fcdf

issue2551053: Fix routing dict in rest.py The routing dictionary in rest.py used compiled regular expressions as dictionary keys. This worked most of the time because the regex lib uses a cache but resulted in duplicate keys in the dictionary in some cases where a single key should have been used. Thanks to Robert Klonner for discovering the problem, debugging the root cause and providing a first proposed fix.
author Ralf Schlatterbeck <rsc@runtux.com>
date Tue, 13 Aug 2019 09:46:02 +0200
parents fefd8263ee4d
children c2fd254c9257
line wrap: on
line source

.. Roundup documentation master file, created by sphinx-quickstart on Tue Jan 20 17:33:20 2009.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Sitemap
=======

Contents:

.. toctree::
   :maxdepth: 2

   Home <index>
   Download <https://pypi.org/project/roundup/>
   docs
   Issues <https://issues.roundup-tracker.org>
   contact
   Wiki <http://wiki.roundup-tracker.org>
   code

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`


Roundup Issue Tracker: http://roundup-tracker.org/