[issue4316] Improper use of [] in configure.in leads to useless regexp in configure

2008-11-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, applied in r67227. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue4316] Improper use of [] in configure.in leads to useless regexp in configure

2008-11-13 Thread Soren jacobsen
New submission from Soren jacobsen <[EMAIL PROTECTED]>: "NetBSD/1.6[A-S]" is what is desired in configure, but the wrong configure.in goop is used, so "NetBSD/1.6A-S" is generated instead. Apply the attached patch, commit configure.in, run autoreconf, commit configure. -- components: