[Python-Dev] snprintf breaks build (original) (raw)

Tim Peters tim_one@email.msn.com
Thu, 3 Aug 2000 22:23:59 -0400


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.