Changeset 8929 for django/trunk/django/utils
- Timestamp:
- 09/03/08 12:53:45 (4 months ago)
- Files:
-
- django/trunk/django/utils/regex_helper.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/utils/regex_helper.py
r8825 r8929 86 86 elif ch == '.': 87 87 # Replace "any character" with an arbitrary representative. 88 result.append(u" x")88 result.append(u".") 89 89 elif ch == '|': 90 90 # FIXME: One day we'll should do this, but not in 1.0.
