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.

classification
Title: more uses of ord() in plat-mac/ic.py
Type: behavior Stage:
Components: Library (Lib), macOS Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: janssen Nosy List: gvanrossum, janssen, nnorwitz
Priority: high Keywords: patch

Created on 2007-10-28 01:33 by janssen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
d janssen, 2007-10-28 01:33
Messages (4)
msg56872 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2007-10-28 01:33
Neal, a patch to get rid of the other ord() calls in ic.py.
msg56920 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-10-29 17:58
Looks good, though I can't find anything that would test this.

Can you check this in yourself?
msg56940 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2007-10-29 23:08
I've been testing it over the weekend.  Will do.

Bill

On 10/29/07, Guido van Rossum <report@bugs.python.org> wrote:
>
> Guido van Rossum added the comment:
>
> Looks good, though I can't find anything that would test this.
>
> Can you check this in yourself?
>
> ----------
> assignee: nnorwitz -> janssen
> nosy: +gvanrossum
>
> __________________________________
> Tracker <report@bugs.python.org>
> <http://bugs.python.org/issue1349>
> __________________________________
>
msg56971 - (view) Author: Bill Janssen (janssen) * (Python committer) Date: 2007-10-30 18:16
Fixed in r58717
History
Date User Action Args
2022-04-11 14:56:27adminsetgithub: 45690
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: Python 3.0
2007-10-30 18:16:28janssensetstatus: open -> closed
resolution: fixed
messages: + msg56971
2007-10-29 23:08:29janssensetmessages: + msg56940
2007-10-29 17:58:57gvanrossumsetassignee: nnorwitz -> janssen
messages: + msg56920
nosy: + gvanrossum
2007-10-28 07:23:57loewissetkeywords: + patch
2007-10-28 01:33:21janssencreate