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 2012年01月10日 01:40 by benjamin.peterson, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| casefolding.patch | benjamin.peterson, 2012年01月13日 02:09 | review | ||
| casefolding.patch | benjamin.peterson, 2012年01月13日 04:34 | review | ||
| casefolding.patch | benjamin.peterson, 2012年01月14日 00:46 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg150996 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2012年01月10日 01:40 | |
See http://mail.python.org/pipermail/python-ideas/2012-January/013292.html |
|||
| msg151160 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2012年01月13日 02:09 | |
Patch for review. |
|||
| msg151209 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2012年01月14日 00:46 | |
Fixed patch. |
|||
| msg151265 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年01月14日 18:23 | |
New changeset d4669f43d05f by Benjamin Peterson in branch 'default': add str.casefold() (closes #13752) http://hg.python.org/cpython/rev/d4669f43d05f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 57961 |
| 2012年01月19日 15:10:16 | giampaolo.rodola | set | nosy:
+ giampaolo.rodola |
| 2012年01月14日 18:23:40 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg151265 resolution: fixed stage: patch review -> resolved |
| 2012年01月14日 01:45:21 | pitrou | set | nosy:
+ pitrou stage: needs patch -> patch review |
| 2012年01月14日 00:46:49 | benjamin.peterson | set | files:
+ casefolding.patch messages: + msg151209 |
| 2012年01月13日 04:34:27 | benjamin.peterson | set | files: + casefolding.patch |
| 2012年01月13日 02:09:54 | benjamin.peterson | set | files:
+ casefolding.patch keywords: + patch messages: + msg151160 title: add a unicode.casefold() method -> add a str.casefold() method |
| 2012年01月11日 08:13:48 | georg.brandl | set | title: add a casefold() method -> add a unicode.casefold() method stage: needs patch |
| 2012年01月10日 01:40:23 | benjamin.peterson | create | |