Update of /cvsroot/python/python/nondist/peps In directory slayer.i.sourceforge.net:/tmp/cvs-serv15952 Modified Files: pep-0042.txt Log Message: Added three requests based on SourceForge bug reports. Index: pep-0042.txt =================================================================== RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** pep-0042.txt 2000/09/15 19:27:09 1.4 --- pep-0042.txt 2000/09/15 20:04:01 1.5 *************** *** 45,48 **** --- 45,75 ---- http://sourceforge.net/bugs/?func=detailbug&bug_id=110848&group_id=5470 + - Use objects with attributes in place of tuples of values for + return values in several places in the library. Two specific + APIs which could use this treatment include os.stat() and + os.statvfs(); see SourceForge bug #111481: + + http://sourceforge.net/bugs/?func=detailbug&bug_id=111481&group_id=5470 + + which shows very specifically why this approach is better than + the tuple approach: additional attributes can be added as needed + without having as detrimental an affect on existing code. + + - os.rename() should be modified to handle EXDEV errors on + platforms that don't allow rename() to operate across filesystem + boundaries by copying the file over and removing the original. + Linux is one system that requires this treatment. + + http://sourceforge.net/bugs/?func=detailbug&bug_id=112317&group_id=5470 + + + Tools + + - IDLE should reload & recompile modules changed externally. To + be done properly, scripts will have to be run in a separate + process. + + http://sourceforge.net/bugs/?func=detailbug&bug_id=110841&group_id=5470 + Local Variables:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4