Message248088
I’m a bit confused. In the current patch, the new type_str() function appears to use the “qualname” (which I support), but some of the test changes seem to contradict this, e.g.:
>>> C.foo(1)
-classmethod <class 'test.test_descrtut.C'> 1
+classmethod C 1
Also, I think this new feature should be documented. |
|
| Date |
User |
Action |
Args |
| 2015-08-06 00:15:53 | martin.panter | set | recipients:
+ martin.panter, gvanrossum, pitrou, vstinner, rbcollins, ezio.melotti, eric.araujo, eric.snow, serhiy.storchaka, veky |
| 2015-08-06 00:15:52 | martin.panter | set | messageid: <[email protected]> |
| 2015-08-06 00:15:52 | martin.panter | link | issue13224 messages |
| 2015-08-06 00:15:51 | martin.panter | create | |
|