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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 18 Sep 2001 19:52:09 -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: Open
Resolution: None
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]


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

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