Package Name

<= Previous Change

Diff Summary
Title
Date 2007-05-30 19:40 2007-05-30 19:41
Editor Andrew Plotkin (zarf) Andrew Plotkin (zarf)

2007-05-30 19:40 by Andrew Plotkin
2007-05-30 19:41 by Andrew Plotkin
t1A package name consists of one or more elements, st1[package] name consists of one or more elements,
>eparated by dots. An element is one or more charac> separated by dots. An element is one or more char
>ters, which can be lower-case letters, underscores>acters, which can be lower-case letters, underscor
>, or digits. An element cannot begin with a digit.>es, or digits. An element cannot begin with a digi
>>t.
22
3Example: `com.eblong.zarf.weather`3Example: `com.eblong.zarf.weather`
44
5Package names have nearly the same syntax as fully5Package names have nearly the same syntax as fully
>-qualified module names in [Python]. The only diff>-qualified module names in [Python]. The only diff
>erence is that upper-case letters are not allowed.>erence is that upper-case letters are not allowed.
>>
66
Package Name - last changed 2007-05-30 19:41 by Andrew Plotkin (zarf)