[issue15008] PEP 362 reference implementation for 3.3

2012-06-05 Thread Éric Araujo
Éric Araujo added the comment: Yes, it seems quite common to me to have a class called Thing and instances named thing. Unless it makes the code wrap better, using real names like signature instead of for example sig is recommended by PEP 8. -- nosy: +eric.araujo ___

[issue15008] PEP 362 reference implementation for 3.3

2012-06-05 Thread Yury Selivanov
Yury Selivanov added the comment: Well, 'Signature' class is unlikely to be used very frequently. So I think it's fine. -- ___ Python tracker ___ _

[issue15008] PEP 362 reference implementation for 3.3

2012-06-05 Thread Ramchandra Apte
Ramchandra Apte added the comment: Signature and signature are two variable names that differ only in case. To avoid confusion, I recommend one of the names should be changed. -- nosy: +ramchandra.apte ___ Python tracker

[issue15008] PEP 362 reference implementation for 3.3

2012-06-05 Thread Alexandre Zani
Changes by Alexandre Zani : -- nosy: +Alexandre.Zani ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue15008] PEP 362 reference implementation for 3.3

2012-06-05 Thread Yury Selivanov
New submission from Yury Selivanov : This issue will track implementation of PEP 362 functionality. -- components: Library (Lib) files: pep362.1.patch hgrepos: 131 keywords: patch messages: 162377 nosy: Yury.Selivanov, brett.cannon, larry priority: normal severity: normal status: open ti