diff options
| author | Greg Ward <gward@python.net> | 2000-06-08 00:08:14 (GMT) |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-06-08 00:08:14 (GMT) |
| commit | f8b9e20d943030fbcab182a7a48a74e0c9aaf509 (patch) | |
| tree | 3e9f438ddd37f0aee86dbebbfb70d93ddfa17b8a /Objects/unicodeobject.c | |
| parent | ebec02a92c578cbdc7d269735a723c78b3265c19 (diff) | |
| download | cpython-f8b9e20d943030fbcab182a7a48a74e0c9aaf509.zip cpython-f8b9e20d943030fbcab182a7a48a74e0c9aaf509.tar.gz cpython-f8b9e20d943030fbcab182a7a48a74e0c9aaf509.tar.bz2 | |
Made all debug output go through the 'debug_print()' method instead of
directly printing to stdout. This was a bit more work than it sounds like
it should have been:
* turned 'select_pattern()' and 'exclude_pattern()' from functions into
methods, so they can refer to 'self' to access the method
* commented out the *other* 'exclude_pattern()' method, which appears
to be vestigial code that was never cleaned up when the
'exclude_pattern()' function was created
* changed the one use of the old 'exclude_pattern()' method to use the
new 'exclude_pattern()' (same behaviour, slightly different args)
* some code and docstring reformatting
* and, of course, changed all the debugging prints to 'debug_print()' calls
Added/tweaked some regular ('self.announce()') output for better runtime
feedback.
Diffstat (limited to 'Objects/unicodeobject.c')
0 files changed, 0 insertions, 0 deletions
