Re: [Freeipa-devel] [PATCH] 561 set default python encoding to utf-8

2010-10-22 Thread Rob Crittenden

Simo Sorce wrote:

On Wed, 06 Oct 2010 13:51:22 -0400
Rob Crittenden  wrote:


Add a module that we will load that will set the default encoding to
utf-8 instead of ascii.

$ python
  >>>  import sys
  >>>  sys.getdefaultencoding()
'ascii'
  >>>  import default_encoding_utf8
  >>>  sys.getdefaultencoding()
'utf-8'

This will be linked into IPA in a future patch. The code was written
by John, I'm just packaging it, so he gets all the credit :-)

Since I was messing with the spec file I also removed glob that was
pulling in a slew of duplicate files for the UI.


Ack.



pushed to master

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH] 561 set default python encoding to utf-8

2010-10-22 Thread Simo Sorce
On Wed, 06 Oct 2010 13:51:22 -0400
Rob Crittenden  wrote:

> Add a module that we will load that will set the default encoding to 
> utf-8 instead of ascii.
> 
> $ python
>  >>> import sys
>  >>> sys.getdefaultencoding()
> 'ascii'
>  >>> import default_encoding_utf8
>  >>> sys.getdefaultencoding()
> 'utf-8'
> 
> This will be linked into IPA in a future patch. The code was written
> by John, I'm just packaging it, so he gets all the credit :-)
> 
> Since I was messing with the spec file I also removed glob that was 
> pulling in a slew of duplicate files for the UI.

Ack.

-- 
Simo Sorce * Red Hat, Inc * New York

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 561 set default python encoding to utf-8

2010-10-06 Thread Rob Crittenden
Add a module that we will load that will set the default encoding to 
utf-8 instead of ascii.


$ python
>>> import sys
>>> sys.getdefaultencoding()
'ascii'
>>> import default_encoding_utf8
>>> sys.getdefaultencoding()
'utf-8'

This will be linked into IPA in a future patch. The code was written by 
John, I'm just packaging it, so he gets all the credit :-)


Since I was messing with the spec file I also removed glob that was 
pulling in a slew of duplicate files for the UI.


rob


freeipa-561-encoding.patch
Description: application/mbox
___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel