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 2008年03月17日 16:48 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| unicode_methods.patch | bethard, 2008年03月17日 18:39 | |||
| Messages (5) | |||
|---|---|---|---|
| msg63672 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月17日 16:48 | |
Both the isnumeric and isdecimal methods on the unicode object need to be documented. |
|||
| msg63683 - (view) | Author: Steven Bethard (bethard) * (Python committer) | Date: 2008年03月17日 17:26 | |
I'll take care of this, adding a bit to section 3.6.1, String Methods. |
|||
| msg63709 - (view) | Author: Steven Bethard (bethard) * (Python committer) | Date: 2008年03月17日 18:39 | |
I've got a patch against 2.6, and the docs seem to build fine. Since I've never committed a doc patch before, I'd appreciate it if someone could glance at this and make sure there's nothing obviously wrong. |
|||
| msg63712 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月17日 19:14 | |
Looks good to me. |
|||
| msg63728 - (view) | Author: Steven Bethard (bethard) * (Python committer) | Date: 2008年03月17日 19:34 | |
Committed in revision 61453. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:31 | admin | set | nosy:
+ barry github: 46579 |
| 2008年03月17日 19:34:19 | bethard | set | status: open -> closed messages: + msg63728 |
| 2008年03月17日 19:14:47 | georg.brandl | set | resolution: accepted messages: + msg63712 |
| 2008年03月17日 18:39:01 | bethard | set | files:
+ unicode_methods.patch keywords: + patch messages: + msg63709 |
| 2008年03月17日 17:26:41 | bethard | set | nosy:
+ bethard messages: + msg63683 |
| 2008年03月17日 16:48:40 | brett.cannon | create | |