From 4dfe8a1131b551687659b9339eaee163a24f82f1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 22 Apr 2006 23:28:04 +0000 Subject: Here is a bytes type. It's very minimal but it's a start. --- Include/Python.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Include/Python.h') diff --git a/Include/Python.h b/Include/Python.h index 161c838fee..fffc688885 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -78,6 +78,7 @@ #include "pydebug.h" +#include "bytesobject.h" #include "unicodeobject.h" #include "intobject.h" #include "boolobject.h" -- cgit v1.2.1