Re: [Python-ideas] Make `import a.b.c as m` is equivalent to `m = sys.modules['a.b.c']`

2017-04-09 Thread Victor Varvariuc
Thanks for the reply. CC'ing the mailing list. > On 9 Apr 2017, at 10:05, Nick Coghlan wrote: > > On 9 April 2017 at 16:13, Victor Varvariuc wrote: >> I think there are can be several ways to achieve the result. >> >> The question is if what I've presented is a valid concern. I think this >>

Re: [Python-ideas] Make `import a.b.c as m` is equivalent to `m = sys.modules['a.b.c']`

2017-04-09 Thread Victor Varvariuc
The issue: http://bugs.python.org/issue30024 > On 9 Apr 2017, at 10:05, Nick Coghlan wrote: > > On 9 April 2017 at 16:13, Victor Varvariuc wrote: >> I think there are can be several ways to achieve the result. >> >> The question is if what I've presented is

Re: [Python-ideas] Proposal: making __str__ count in time's class

2017-04-09 Thread Eric V. Smith
On 3/8/2017 11:01 AM, Francesco Franchina wrote: Hello everyone, I'm shortly writing to you about a reflection I lately made upon the current functioning of __str__ for the time's class. Before expressing my thought and proposal, I want to make sure we all agree on a simple and clear fact: t