[Python-bugs-list] [ python-Bugs-462737 ] unicodeobject.h uses quoted includes

noreply@sourceforge.net noreply@sourceforge.net
Wed, 19 Sep 2001 04:22:54 -0700


Bugs item #462737, was opened at 2001-09-18 19:52
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=462737&group_id=5470

Category: Unicode
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: M.-A. Lemburg (lemburg)
Summary: unicodeobject.h uses quoted includes

Initial Comment:
There are 3 #include statements in 
include/unicodeobject.h which use quoted includes 
instead of angled includes
#include "ctype.h"
#include "wchar.h"
#include "wctype.h"
The one other #include in the file of time.h is 
angled - it is just these three that are not. 
[Python 2.1 ActiveState distribution, on both RH Linux 
7.1., and Windows 2000]


----------------------------------------------------------------------

>Comment By: M.-A. Lemburg (lemburg)
Date: 2001-09-19 04:22

Message:
Logged In: YES 
user_id=38388

Fixed in CVS... unicodeobject.h rev. 2.34

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=462737&group_id=5470