On 9/24/06, Bojan Smojver <[EMAIL PROTECTED]> wrote:
Quoting Garrett Rooney <[EMAIL PROTECTED]>:
> Sure, it's not
> adding any new functions or anything, but it's changing the semantics
> of the function parameters in a non-compatible way.
I tried no to do this, actually. The idea was that everything that
works in 1.2.x before this patch should work the same with the patch.
So, any change of semantics was completely unintentional and is a bug.
Could you point out the details so that I can have a better
understanding as to what's broken?
I guess I'm not seeing how adding a bunch of new format strings isn't
changing anything... Am I just misunderstanding how the patch works?
It looks like it replaces the existing format string parsing with all
new parsing. Is it just that the new parsing is a superset of the
existing stuff?
-garrett