Adding Requests to the standard library
Adding Requests to the standard library
Posted May 4, 2015 14:33 UTC (Mon) by mathstuf (subscriber, #69389)In reply to: Adding Requests to the standard library by paulj
Parent article: Adding Requests to the standard library
> We need to get to a point where distros can guarantee forward compatibility. If a package installs on distro version N, it should install on all N+M, M>0.
That's backwards compatibility. Forwards compatibility is "compile on N+M and run on N". *That* is not possible without versioned symbols and something to tell the linker to blacklist certain versions of symbols so that only specific ones are used. The solutions here[1] are way too verbose and finicky for sane maintenance (so you just end up building on Debian Etch'n'half and hoping for the best).
