Files
typeshed/stdlib/2and3
Michael Lee f29a996501 Refine stubs for numbers.pyi (#543)
* Partially refine numbers.pyi

This commit refines numbers.pyi. More specifically, it...

- Adds in explicit type annotations where it's obvious how to do
  so (leaving more non-obvious type signatures alone).
- Adds in missing '@abstractmethod' decorators
- Combines together the Python 2 and Python 3 versions of numbers.pyi.

* Merges Python 2 and Python 3 numbers.pyi

This commit removes the old `stdlib/2.7/numbers.pyi` file and moves the
previously-committed `stdlib/3/numbers.pyi` to the shared `2and3`
directory.

* Modify comment at top of numbers.pyi

Since the stubs are no longer identical to what stubgen creates, the
comment should also probably be changed.
2016-09-14 08:12:36 -07:00
..
2016-08-26 13:34:42 -07:00
2016-08-26 13:34:42 -07:00
2016-08-24 06:07:40 -07:00
2016-04-13 11:44:43 +02:00
2016-08-05 07:55:43 -07:00
2016-07-29 08:02:24 -07:00
2016-07-28 06:15:22 -07:00
2016-08-05 12:03:21 -07:00
2016-08-10 13:52:29 -07:00
2016-07-29 05:50:46 -07:00
2016-07-26 07:41:08 -07:00
2016-08-03 15:40:37 -07:00
2016-08-05 12:04:01 -07:00
2016-08-10 13:39:38 -07:00
2016-07-22 07:38:17 -07:00
2016-09-03 08:40:45 -07:00
2016-08-10 12:09:54 -07:00
2016-08-02 11:06:52 -07:00
2016-08-10 11:18:35 -07:00