Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #42070

Re: Altering 2 statements from Python 2.6 => 3.2

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <nikos.gr33k@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.012
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'charset:iso-8859-7': 0.04; 'that?': 0.05; 'subject:Python': 0.06; 'binary': 0.07; 'string': 0.09; 'to:addr:comp.lang.python': 0.09; 'url:unicode': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'mean,': 0.16; 'sure.': 0.16; 'wrote:': 0.18; 'do.': 0.18; 'trying': 0.19; 'thu,': 0.19; 'cc:addr:python.org': 0.22; 'print': 0.22; 'header :User-Agent:1': 0.23; 'mind.': 0.24; 'skip:% 10': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'gets': 0.27; 'header:In- Reply-To:1': 0.27; 'appear': 0.29; 'chris': 0.29; 'am,': 0.29; 'returned': 0.30; 'start,': 0.30; "i'm": 0.30; 'getting': 0.31; '3.x': 0.31; 'calculated': 0.31; 'context,': 0.31; 'forces': 0.31; 'ones.': 0.31; 'figure': 0.32; 'text': 0.33; 'subject:from': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'whatever': 0.38; 'pm,': 0.38; 'help,': 0.39; 'sure': 0.39; 'how': 0.40; 'is.': 0.60; 'letters': 0.60; 'providing': 0.61; "you're": 0.61; 'here:': 0.62; 'dont': 0.67; 'believe': 0.68; 'mar': 0.68; 'distinguish': 0.84; 'greek': 0.84; '\xcc\xe1\xf1\xf4\xdf\xef\xf5': 0.84; 'ore': 0.91; '2013': 0.98
X-Received by 10.182.105.36 with SMTP id gj4mr54627obb.32.1364438373430; Wed, 27 Mar 2013 19:39:33 -0700 (PDT)
Newsgroups comp.lang.python
Date Wed, 27 Mar 2013 19:39:33 -0700 (PDT)
In-Reply-To <mailman.3836.1364437687.2939.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=94.68.83.207; posting-account=DYJQ-woAAACEPH85Au2BhUVfFTfSfVa4
References <73865aec-bee1-4aea-b8b4-28a4cad24473@googlegroups.com> <mailman.3831.1364424914.2939.python-list@python.org> <c286bc08-33b0-4d54-8396-4c3a80cd49d3@googlegroups.com> <mailman.3836.1364437687.2939.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-IP 94.68.83.207
MIME-Version 1.0
Subject Re: Altering 2 statements from Python 2.6 => 3.2
From Νίκος Γκρ33κ <nikos.gr33k@gmail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-7
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.3842.1364438381.2939.python-list@python.org> (permalink)
Lines 104
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1364438381 news.xs4all.nl 6859 [2001:888:2000:d::a6]:46537
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:42070

Show key headers only | View raw


Τη Πέμπτη, 28 Μαρτίου 2013 4:28:04 π.μ. UTC+2, ο χρήστης Chris Angelico έγραψε:
> On Thu, Mar 28, 2013 at 1:16 PM, Νίκος Γκρ33κ <nikos.gr33k@gmail.com> wrote:
> 
> > Τη Πέμπτη, 28 Μαρτίου 2013 12:55:11 π.μ. UTC+2, ο χρήστης Chris Angelico έγραψε:
> 
> >> On Thu, Mar 28, 2013 at 7:18 AM, Νίκος Γκρ33κ <nikos.gr33k@gmail.com> wrote:
> 
> >>
> 
> >> > date = date.strftime('%A, %e %b %Y').decode('cp1253').encode('utf8')
> 
> >>
> 
> >>
> 
> >>
> 
> >> For a start, figure out what you're trying to do. I'm trying to get my
> 
> >>
> 
> >> head around this line and I'm not getting anywhere. Is 'date' an
> 
> >>
> 
> >> instance of datetime.date()? And whatever it is, why do you then
> 
> >>
> 
> >> immediately rebind it? And why decode an arbitrary string using an
> 
> >>
> 
> >> arbitrary encoding? And why.... never mind. Start here:
> 
> >>
> 
> >>
> 
> >>
> 
> >> http://www.joelonsoftware.com/articles/Unicode.html
> 
> >>
> 
> >>
> 
> >>
> 
> >> One of Python 3's big features is that it forces you to distinguish
> 
> >>
> 
> >> text strings from binary ones.
> 
> >>
> 
> >>
> 
> >>
> 
> >> ChrisA
> 
> >
> 
> >
> 
> > I had to use it like that in order for date to be appear correctly in greek otherwise it would seem like chinese.
> 
> >
> 
> > So now you mena i dont have to decode anym ore and use it liek that?
> 
> >
> 
> > date = date.strftime('%A, %e %b %Y').encode('utf8')
> 
> 
> 
> I mena, or mean, that you have to figure out what you're doing before
> 
> you try to figure out how to do it.
> 
> 
> 
> Or if you want help, then try providing context, like what data type 'date' is.

I'am just tryign to print the date with proper greek letters as it uses to work with Python v2.6

date gets calculated here:

date = ( datetime.utcnow() + timedelta(hours=2) ).strftime( '%y-%m-%d %H:%M:%S' )

I'am not sure but i believe that the decode must be taken out in python 3.x because objexts returned in unicoide now, but i'am not sure.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-27 13:18 -0700
  Re: Altering 2 statements from Python 2.6 => 3.2 Chris Angelico <rosuav@gmail.com> - 2013-03-28 09:55 +1100
    Re: Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-27 19:16 -0700
      Re: Altering 2 statements from Python 2.6 => 3.2 Chris Angelico <rosuav@gmail.com> - 2013-03-28 13:28 +1100
        Re: Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-27 19:39 -0700
        Re: Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-27 19:39 -0700
          Re: Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 02:43 -0700
          Re: Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-28 02:43 -0700
    Re: Altering 2 statements from Python 2.6 => 3.2 Νίκος Γκρ33κ <nikos.gr33k@gmail.com> - 2013-03-27 19:16 -0700

csiph-web