[Python-Dev] snprintf breaks build (original) (raw)
Fred L. Drake, Jr. fdrake@beopen.com
Thu, 3 Aug 2000 22:34:34 -0400 (EDT)
- Previous message: [Python-Dev] snprintf breaks build
- Next message: [Python-Dev] snprintf breaks build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tim Peters writes:
Fred checked in a new rangeobject.c with 3 calls to snprintf. That isn't a std C function, and the lack of it breaks the build at least under Windows. In the absence of a checkin supplying snprintf on all platforms within the next hour, I'll just replace the snprintf calls with something that's portable.
Hmm. I think the issue with known existing snprintf() implementations with Open Source licenses was that they were at least somewhat contanimating. I'll switch back to sprintf() until we have a portable snprintf() implementation.
-Fred
-- Fred L. Drake, Jr. BeOpen PythonLabs Team Member
- Previous message: [Python-Dev] snprintf breaks build
- Next message: [Python-Dev] snprintf breaks build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]