Simple question. I use these functions much more frequently than many others which are included in __builtins__. I don't know if my programming needs are atypical, but my experience has led me to wonder why I have to import these functions. -- http://mail.python.org/mailman/listinfo/python-list
- Why aren't copy and deepcopy in __builtins__? John Ladasky
- Re: Why aren't copy and deepcopy in __builtins__? Carl Banks
- Re: Why aren't copy and deepcopy in __builtins__? Andrea Crotti
- Re: Why aren't copy and deepcopy in __builtins__? John Ladasky
- Re: Why aren't copy and deepcopy in __builtins__? Ethan Furman
- Re: Why aren't copy and deepcopy in __builtins__? Steven D'Aprano
- Python problem John Parker
- Re: Python problem Ian Kelly
- Re: Python problem Ethan Furman