R
Rustom Mody
I thought this was a moderated list. What exactly are the moderators doing?
Your unicode is mojibaked Ethan! Voil�.
You are hereby banished to a lonely island with python 1.5 and jmf for company
I thought this was a moderated list. What exactly are the moderators doing?
Stefan Behnel said:Ubuntu provides a (partial) Py3 port of boto.
And I don't really see why you would consider fabric a dependency
that keeps you from switching to Py3. In many cases, you can just
keep running it in Py2 as you did before.
Your unicode is mojibaked Ethan! Voil�. You are hereby banished to a
lonely island with python 1.5 and jmf for company
Your unicode is mojibaked Ethan! Voil�.
You are hereby banished to a lonely island with python 1.5 and jmf for company
Nope, it's you. Ethan's post is fine. He correctly quotes JMF
stating "Voilà " (that's LATIN SMALL LETTER A WITH GRAVE), and
Ethan's post correctly gives an encoding header:
Content-Type: text/plain; charset=iso-8859-1; format=flowed
(although, boo to Thunderbird for using a legacy encoding instead
of UTF-8). So his post is fine. Whatever the problem is, it's at
your end.
Thunderbird does offer the ability to change default character
encodings (Edit -> Preferences -> Display -> Formatting tab ->
Advanced...) for sending and receiving, but you have to go out of your
way to change them to something like UTF-8. On the same preferences
screen TB provides the option to "when possible, use the default
character encoding in replies".
1.5 I could live with. Surely the company would count as cruel and
unusual punishment?
I thought this was a moderated list. What exactly are the moderators doing?
"company"... Or emergency rations?1.5 I could live with. Surely the company would count as cruel and
unusual punishment?
"company"... Or emergency rations?
"company"... Or emergency rations?
"company"... Or emergency rations?
the mailing
list and gmane group may have some spam filters in place but no real
moderation.
Ben Finney said:Why would using Fabric – a build tool – require you to “maintain two
different versions of Python� You only need to maintain the build
scripts, not Python itself.
That makes even less sense. The build system runs under whatever version
of Python it needs, and your code runs under whatever version of Python
you like. The two don't affect each other at run time, and don't affect
each other's testing dependencies.
At least one of us seems to be misunderstanding what is required.
===========I suspect that chewing razor blades would be preferable to listening to
the permanent rant about what's wrong with the FSR.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
The are tightly integrated, and share code.
The are tightly integrated, and share code.
[...]
When you start working with large systems, reducing complexity becomes
important. Every time you add a component, it comes with its own set of
dependencies and constraints. Those things come back to bite you when
you least expect it.
Well there's your problem, right there. Tight coupling is a *bad* thing,
you're supposed to minimize it, not maximize it
I'm having trouble understanding why your build system should be
integrated with your production code. You should, in principle, be able
to replace your build system with one written in Perl or bash without
having to touch a single line of your application. If what you say is
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.