[Python-Dev] Get rid of strerror.c and memmove.c?

Jeroen Ruigrok van der Werven asmodai at in-nomine.org
Thu Feb 7 12:13:09 CET 2008


-On [20080207 09:05], Brett Cannon (brett at python.org) wrote:
>Since both strerror() and memmove() are both in C89 (they are listed
>in K&R), can we ditch these files?

You got my vote. I am assuming the minimum needed compiler is C90 (ISO over
ANSI, sorry :P) and you might even need the AM1 from 1994 for multibyte
support anyway (so effectively C94).

-- 
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...


More information about the Python-Dev mailing list