Releases: bloomberg/pycsvw
Releases · bloomberg/pycsvw
Fix for url-quoteing of # in uris
Fix for not urlquoting for "default" values of virtual columns
The bug where substitutions specified in "default" value of a virtual column were url-quoted, causing for example space characters in a string literal to be converted to "%20", is fixed.
Also, the issue about out variable not initialized is addressed.