Willem de Bruijn added the comment:
Good call. The posix regular expression character class [[:alpha:]] is
apparently not as universally supported as I thought. Posix mandates it for
filepath expansion[1], but that's not of much help on older and non-compliant
systems. However, from w
New submission from Willem de Bruijn :
(this is very low priority: an issue in a nonstandard build)
I am porting Python 2.6.4 to a system with only partial Posix support that
requires static linking for all modules. To enable sqlite, I added the line
_sqlite3 _sqlite/cache.c _sqlite