diff options
author | Guido van Rossum <guido@python.org> | 1998-12-07 04:08:03 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-12-07 04:08:03 +0000 |
commit | 9228cbd0844f9f0a641832b214a47006c77333bb (patch) | |
tree | 097c9997759dd75c6c60fec375f1e54267c33457 /Modules/python.c | |
parent | 391c8b4ea2fb688f2c0184ee219723d837732937 (diff) | |
download | cpython-git-9228cbd0844f9f0a641832b214a47006c77333bb.tar.gz |
Patch by Jeff Rush:
In CGIHTTPServer.py, the list of acceptable formats is -split-
on spaces but -joined- on commas, resulting in double commas
in the joined text. It appears harmless to my browser but
ought to be fixed anyway.
'A, B, C' -> 'A,', 'B,', 'C,' -> 'A,,B,,C'
Diffstat (limited to 'Modules/python.c')
0 files changed, 0 insertions, 0 deletions