mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
Ensure we ignore __pycache__ PEP 3174 dirs in a few more places.
This commit is contained in:
@@ -96,7 +96,7 @@ def fix_ampersands_filter(value):
|
||||
# Values for testing floatformat input against infinity and NaN representations,
|
||||
# which differ across platforms and Python versions. Some (i.e. old Windows
|
||||
# ones) are not recognized by Decimal but we want to return them unchanged vs.
|
||||
# returning an empty string as we do for completley invalid input. Note these
|
||||
# returning an empty string as we do for completely invalid input. Note these
|
||||
# need to be built up from values that are not inf/nan, since inf/nan values do
|
||||
# not reload properly from .pyc files on Windows prior to some level of Python 2.5
|
||||
# (see Python Issue757815 and Issue1080440).
|
||||
|
||||
Reference in New Issue
Block a user