This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2004年05月19日 01:54 by rhettinger, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg20844 - (view) | Author: Raymond Hettinger (rhettinger) * (Python committer) | Date: 2004年05月19日 01:54 | |
In the cmd.py 1.35 checkin on 2/6/2003, there are many
lines like:
self.stdout.write("%s\n"%str(header))
I believe the str() call in unnecessary.
|
|||
| msg20845 - (view) | Author: Raymond Hettinger (rhettinger) * (Python committer) | Date: 2004年06月07日 05:01 | |
Logged In: YES user_id=80475 Neal, is this a simplification you would like to make? |
|||
| msg20846 - (view) | Author: Neal Norwitz (nnorwitz) * (Python committer) | Date: 2004年06月13日 00:48 | |
Logged In: YES user_id=33168 The str call is necessary if header is a tuple. AFAIK, if header is not a tuple, using str() is redundant. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:04 | admin | set | github: 40269 |
| 2004年05月19日 01:54:35 | rhettinger | create | |