Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] Date: Sat, 02 Aug 2014 23:38:59 +1200 Lines: 12 Message-ID: References: <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <20140801131035.f672ac56af3aa4eda5d36dcd@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net ixNWN/17Xx/IVlN1Si5q0AdmRPfG8U808+UQoY467I4QfV+tVL Cancel-Lock: sha1:Yeac5sZwjQ+fuA9B+jqGfsBOQHI= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:75530 Olaf Hering wrote: > How does "a package" differ? Its "a package" here and there. > Just use the correct tools to inspect "a package", like > 'rpm -qliv $package' to see what "a package" is all about. Splitting the package up creates a problem, which you then need to invent a special tool to solve. Seems to me it's simpler not to create the problem in the first place. -- Greg