Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | CFV for 500 by DKF |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
db83e70e6162614a4ab8cfb3b43d6f79 |
User & Date: | dkf 2018-05-28 16:23:14.829 |
Context
2018-05-28
| ||
19:55 | Mark 421 as Final; implementation was committed to main branch on 2018-04-20 check-in: 237b1ca1f3 user: dkf tags: trunk | |
16:23 | CFV for 500 by DKF check-in: db83e70e61 user: dkf tags: trunk | |
16:17 | Updated the abstract check-in: b619dfd132 user: dkf tags: trunk | |
Changes
Changes to index.json.
cannot compute difference between binary files
Changes to index.md.
︙ | ︙ | |||
165 166 167 168 169 170 171 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/501.md'>501</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 501: string is dict</td> </tr> | | | | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 | <tr class='project projectdraft projectdraft87 project87'> <td valign='top'><a href='./tip/501.md'>501</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Draft</td> <td valign='top'># TIP 501: string is dict</td> </tr> <tr class='invote'> <td valign='top'><a href='./tip/500.md'>500</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Voting</td> <td valign='top'># TIP 500: Private Methods and Variables in TclOO</td> </tr> <tr class='project projectfinal projectfinal87 project87'> <td valign='top'><a href='./tip/499.md'>499</a></td> <td valign='top'>Project</td> <td valign='top'>8.7</td> <td valign='top'>Final</td> |
︙ | ︙ |
Changes to tip/500.md.
1 2 3 4 | # TIP 500: Private Methods and Variables in TclOO Author: Donal K. Fellows <[email protected]> State: Draft Type: Project | | | 1 2 3 4 5 6 7 8 9 10 11 12 | # TIP 500: Private Methods and Variables in TclOO Author: Donal K. Fellows <[email protected]> State: Draft Type: Project Vote: In progress Created: 10-Feb-2018 Post-History: Keywords: Tcl, object orientation, visibility Tcl-Version: 8.7 ----- # Abstract |
︙ | ︙ |