Log file Viewer
Help
|
Karma
| Search:
#dcpython logs for Thursday the 8th of March, 2012
(
Back to #dcpython overview
) (
Back to channel listing
) (
Animate logs
)
[
17:13:49
] <
leetrout
> buenos dias
[
17:14:36
] <
leetrout
> does anyone have a solid argument for one namespace method over the other? extend_path or declare_namespace? i know richleland has used declare_namespace and I am leaning that way as well
[
17:55:23
] <
xrogaan
> err, jaraco just left
[
18:40:09
] <
aclark
> leetrout: http://mail.python.org/pipermail/distutils-sig/2006-August/006609.html
[
18:40:33
] <
leetrout
> yea, i read that
[
18:40:37
] <
leetrout
> and pep 382
[
18:40:43
] <
aclark
> leetrout: i use declare_namespace because i can remember it
[
18:41:11
] <
aclark
> it probably doesn't matter too much unless you run into an edge case
[
18:41:14
] <
leetrout
> just curious if anyone had had any problems or specific bonuses using one or the other
[
18:41:30
] <
leetrout
> declare_namespace seems much more sane