Mercurial > p > roundup > code
diff CHANGES.txt @ 7905:f47b186a2ad9
fix use of '-' directory in static files
Under windows, the test for - to prevent using the html directory
for resolving static files did not work.
Fixed as part of getting test suite to run under windows.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 27 Apr 2024 21:03:20 -0400 |
| parents | 10b633d6ad74 |
| children | 296f0a1f8868 |
line wrap: on
line diff
--- a/CHANGES.txt Thu Apr 25 18:34:37 2024 -0400 +++ b/CHANGES.txt Sat Apr 27 21:03:20 2024 -0400 @@ -124,7 +124,8 @@ - Fix anydbm session/otks clear() method on windows when backed by dumbdbm. Also make anydbm detect the initialized database when using dumbdbm. (John Rouillard) - +- Use of '-' directory in static_files config option under windows + Python fixed. Features:
