maozguttman

Results 3 issues of maozguttman

Starting from dateutil 2.7.0 (and also: 2.7.1, 2.7.2, 2.7.3, 2.7.4 and 2.7.5) date parsing of example below is failing. It worked with dateutil 2.6.1. Using Python 2.7.15. Example: ``` import...

Added receive and send SQL functions to data types (int8, uint8, uint16, uint32 and uint64). Without it, getting "no binary output function available for type " error in a code...

#### Problem Description Encountering incorrect documentation when a method and its return type share the same name. For example, consider the following code: ```python def Dog(self) -> Dog: ``` The...

bug