New submission from Freddy Rietdijk:

The operator module has no signatures for (most) of the functions defined in it.


Use case:
The multipledispatch module uses inspect.getfullargspec and therefore the 
functions in operator cannot be used in combination with the @dispatch decorator

----------
components: Library (Lib)
messages: 257606
nosy: Freddy Rietdijk
priority: normal
severity: normal
status: open
title: Missing signatures operator module
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26023>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to