Madpentiste

Results 3 issues of Madpentiste

Like several other languages, it would be nice if objects had a name attribute -- their parts sometimes have names, retrieved with names(), but there is no such thing as...

Python 3 print() function does not print at all (on stdout) when called by py.exec(). It works only if print is directed to a file (not the stdout) with the...

On a Linux/Ubuntu platform, if _file_ is a symbolic link, `magic.from_file(`_file_`)` will throw a FileNotFoundError, instead of detecting that _file_ is a link (inode/symlink). So far, the only workaround I...