[Repoze-dev] repoze.configuration - YAML with LibYAML

2010-02-18 Thread Joan Miller
It's possible that PyYAML has been built to support the LibYAML
bindings so it should be used:


try:
from yaml import CLoader as Loader
from yaml import CDumper as Dumper
except ImportError:
from yaml import Loader, Dumper



http://pyyaml.org/wiki/PyYAMLDocumentation#Installation
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] repoze.configuration - YAML with LibYAML

2010-02-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joan Miller wrote:
 It's possible that PyYAML has been built to support the LibYAML
 bindings so it should be used:
 
 
 try:
 from yaml import CLoader as Loader
 from yaml import CDumper as Dumper
 except ImportError:
 from yaml import Loader, Dumper
 
 
 
 http://pyyaml.org/wiki/PyYAMLDocumentation#Installation

Thanks:  can you kick this into http://bugs.repoze.org/ so we don't lose
track of it?


Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkt9UGMACgkQ+gerLs4ltQ721ACgzs3W8lMxG+mtC41AvqEWJZ6l
RJMAniIEMRCYh1q89GsjqPXQtKlVW80b
=av4V
-END PGP SIGNATURE-
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev