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: Modules/unicodedata.c contains C++-style comment
Type: Stage:
Components: Build Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: doerwalter, mrmakent
Priority: normal Keywords:

Created on 2006-11-09 15:47 by mrmakent, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg30495 - (view) Author: Mike Kent (mrmakent) Date: 2006-11-09 15:47
Line 78 of Python2.5 Modules/unicodedata.c is a
C++-style comment, which causes the module to fail to
compile under AIX 4.2.
msg30496 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2006-11-09 16:31
Logged In: YES 
user_id=89016

Fixes in r52695 (trunk) and r52696 (release25-maint). Thanks
for the report.
History
Date User Action Args
2022-04-11 14:56:21adminsetgithub: 44216
2006-11-09 15:47:33mrmakentcreate