[issue44244] protected members accessible in other modules

2021-05-26 Thread Nihar Ranjan Roy
Nihar Ranjan Roy added the comment: Thank you dennis. This is helpful. With Regards Nihar Ranjan Roy Mobile: +91 9810 977 908 ___ On Thu, May 27, 2021 at 10:47 AM Dennis Sweeney wrote: > > Dennis Sweeney added the comment: > > An attribute name starting w

[issue44244] protected members accessible in other modules

2021-05-26 Thread Nihar Ranjan Roy
Nihar Ranjan Roy added the comment: Dear Dennis Thanx for the prompt reply. I am talking about protected members (those starting with single underscore). Take it other way, What is the difference between public and private membership in python? With Regards Nihar Ranjan Roy Mobile: +91 9810

[issue44244] protected members accessible in other modules

2021-05-26 Thread Nihar Ranjan Roy
New submission from Nihar Ranjan Roy : As per literature protected members are not accessible in other modules but I found that there is no difference between public and protected members in python 3.9.0 -- files: Screenshot (108).png messages: 394509 nosy: niharranjanroy priority